Change the colour of the header and sub titles
-
Hello,
Can I get help with the CSS code so I can achieve the following
1) Change the colour of my blog’s title header
2) Change the colour of the sub titles
3) Insert a photograph behind the site header.My blog is http://thequietsky.com (React theme / upgrade taken)
Thank you.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
1) Change the colour of my blog’s title header
#title a:link, #title a:visited { color: #444444; } #title a:hover { color: #6D6D6D; }2) Change the colour of the sub titles
For the tagline (centered below the header area)
#tagline h2 { color: #444444; }For post titles
h2.post-title a { color: #444444; } h2.post-title a:hover { color: #E9E9E9; }For page titles (like about)
.page-title { color: #444444; }Adding a header image is a little tricky, because the main page of your site has a different header design than do pages (about), single posts, archive and category pages. Do you want the same header on all pages?
-
Hi! Thanks for your quick response.
1) Colour of the Title changed.
2) Colour of tagline changed
3) However, colour of post-title in static form did not change. ( Hover one changed)
But would like the static one to change..
I think this much is fine for now…am really not very good at this… -
Your site is looking great!
For the post titles, this will change the static color (obnoxious green used for demo purposes):
h2.post-title a { color: #22cc00; } -
-
-
Hi again!
Guidance required on fixing the widgets.
1) I want visuals to replace the text matter on the footers.
Tried uploading through the gallery method. Didn’t work.
thanks -
-
-
- The topic ‘Change the colour of the header and sub titles’ is closed to new replies.