tec1968
Member
Posted 7 months ago #
I use the White Gold on my site http://www.tracy-on-the-web.com and I really like the theme but for me the text is just a bit to light. I have been trying to change the text colour but so far haven't found the right place to do it.
Can anyone point me in the direction of where I might be able to change it.
Thank you in advance.
Try using Firefox with the Firebug add-on for this kind of work.
Edit the color by changing the hex code:
http://html-color-codes.com/
Open your style.css located in the theme folder:
wp-content/themes/white-gold/style.css
Scroll down to line 424. Change this:
.posts {
color: #727272;
list-style: none outside none;
}
To this:
.posts {
color: #555555;
list-style: none outside none;
}
tec1968
Member
Posted 7 months ago #
Thank you for your help - looking much better now :)