badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Aligning links in the Footer

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9051
    Manoranjan
    Member

    Hi,
    I have added few links in the footer, in the copyright area through Theme Options->Footer Options. How to align the links to the right hand side while keeping the copyright info on the left.
    Also I want to change the hover color for these links. The site in ref is http://lsitechnology.com/

    #9213

    Hi Manoranjan,

    #site-generator .copyright .links {
        float: right;
    }
    #site-generator .copyright .links ul li a:hover {
        color: #0B6BBF;
    }

    Note: Change above color code #0B6BBF to your own Hex color code to align the links to the right side and also to change hover color of that links.

    Thank you for using our theme.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.