Change Title Color in Vigilance
-
Hi,
My blog is new to Vigilance. I have the CSS upgrade. Is it possible to change the color of the title for my blog posts?
I have a color code in mind, but I do not know what the css code would be to put in my stylesheet.Thank you very much in advance for any insight you can provide.
Warm Regards
The blog I need help with is: (visible only to logged in users)
-
The first two will change the normal and hover color of the post title on the main post page and on the archives, categories and tags pages.
.post-header h1 a:link, .post-header h1 a:visited, .post-header h2 a:link, .post-header h2 a:visited { color: #444444; } .post-header h1 a:hover, .post-header h2 a:hover { color: #772124; }The following will change the colors on the single post pages.
.post-header h1, .post-header h2 { color: #444444; } -
Hello,
There is no official Staff support for the CSS upgrade, and precious little Volunteer support ie. just 2 people. Please be sure to read this article before starting your editing > http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/ And please be patient waiting for 1 or the 2 to get log in and help you. :) -
-
- The topic ‘Change Title Color in Vigilance’ is closed to new replies.