I need to change the page title color from the gray (666) to a different color. Where do I go about to do so?
Also how do I change the h1 or h2 colors
I need to change the page title color from the gray (666) to a different color. Where do I go about to do so?
Also how do I change the h1 or h2 colors
Hey,
open up style1/2/3.css and search for (the color values may vary from skin to skin):
h1, h1 a{ color:#666; }
h2, h2 a, #top .siteheading, #top .siteheading a{ color:#666; }
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;
}
You can change the color values of course :)
You must log in to post.