And can I change the headings H1-H6 also to one color that is different from what exists now? What about the Nav tags also at the top?
If I can change all or ANY of them, please let me know and if possible please indicate how to do it...(not in detail but just the place and idea of it)
THANK YOU SO MUCH!
Can I change the color of my theme to a different color from 5 skins?
4 posts from 2 voices-
Posted 2 years ago #
-
Hey,
depending on the style you're using the code can vary. Open up style1.css (or the stylesheet you're using) and search for following code:
h1, h1 a{ color:#222; } h2, h2 a, #top .siteheading, #top .siteheading a{ color:#777; } h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, strong{ color:#555; } h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{ color:#333; }Change the colors as you like. To change the nav link color search for following code:
.nav a{ color: #777; background: transparent url('../images/skin1/border_vertical.png') repeat-y top left; } .nav .current a{ color:#222; } .nav a:hover{ color: #444; }and change the color values as you like.
Posted 2 years ago # -
Thank you so much. I will sit with this tonight and try it out. I sure appreciate your help. You may hear from me again. :-)
Posted 2 years ago # -
Glad that I could help you :)
Posted 2 years ago #
Reply
You must log in to post.














