Change Colour Heading
-
Hi,
I want to change the colour of my Heading.
How can I do that?
The blog I need help with is: (visible only to logged in users)
-
Are you talking about the site title, or the title for posts and pages, or the title of the widgets in the sidebar?
-
Also since your site is private, we volunteers cannot see it. You have to, at the very least, tell us what theme you are using. CSS is theme dependent.
-
-
Post titles on main page (non-hover)
.entry-title a:link, .entry-title a:visited { color: #000000; }Post titles on main page (hover)
.entry-title a:active, .entry-title a:hover { color: #FF4B33; }Post title on single post pages and static pages
#content .entry-title { color: #000000; }
- The topic ‘Change Colour Heading’ is closed to new replies.