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?
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; }
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
Thank you for the advice.