Color Change

Latest Reply from Penguin at 2014-10-20 09:00:34 Solution
How to change color of the tags, name displayed in comment, buttons,...by default they have been set to Red, how do I change it to other color ?


here is the screenshot: http://i.imgur.com/XUcvDNr.png


every clickable button is red tags, login, logout, everything.

I want it to be different color, color white.


I am using DiabloFun theme
Hi!
You have to edit style.css file to change the link color. Find the code:
a {
color:#7e0f06;
}
a:hover {
color:#e21000;
}

and change it as you need.
I did it and it worked...thank you for the help !

Leave a reply

Add codeAdd image