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*

Link in lists – wrong color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3755
    Nikita
    Participant

    Hello guys!
    Thank you for your theme. It’s brilliant 🙂

    But I have small problem with it. Take a look on this page: http://sert-eco.ru/uchebnyie-programmyi/opasnyie-othodyi/

    On the bottom of the page above the last table you can see the list with links.

    https://dl.dropboxusercontent.com/u/1921329/sert-eco-problem.jpg

    How can I make this links in links-color (#05A9C5), why its in grey?

    #3756
    Nikita
    Participant

    Hm, It’s easy to solve this problem. Just change in css:

    #content ul a, #content ol a {
    	color: #777;
    }
    

    Change to:

    #content ul a, #content ol a {
    	color: #05A9C5;
    }
    #3772
    Rabin Shrestha
    Participant

    Hi Nikita,

    Don’t edit the CSS file directly, your changes will be lost when you update the theme. Instead paste the CSS in Appearance->Theme Options->Design Options->Custom CSS box.

    Rabin

    #3791
    Nikita
    Participant

    Thank you for the advice.

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