Newbie here. I'm experimenting on modifying a K2 theme. How do I change the color of the entry titles?
Grey is so boring. And I don't which "line" exactly do I modify. Thanks.
Need help? Check out our Support site, then
CHANGE the COLOR of entry TITLES?
-
-
Do you have css editing experience? And have you noted the resources? http://faq.wordpress.com/2006/08/15/where-can-i-find-css-customization-help/
Getting started with CSS http://en.forums.wordpress.com/topic.php?id=3239
Learning About CSS http://en.forums.wordpress.com/topic.php?id=3241http://www.htmldog.com/guides/cssbeginner/
http://www.cssbasics.com/
http://www.w3schools.com/css/ -
h3, h3 a, h3 a:visited { color: #HEXCODE; }Put in the hexadecimal of whatever color you want to use instead of "HEXCODE"
Color SchemerIf you are going to play with your CSS, i would definitely recommend that you become familiar with the sylesheet you're using. Post titles and such are pretty easy to figure out, but the tools below will help you do it faster ;-)
More resources:
Firebug for Firefox
Aardvark for Firefox
Topic Closed
This topic has been closed to new replies.