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 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #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 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.