Headline color in comet theme
-
Hi, I’ve changed the color for my headlines. It works when you click on the home page and all the posts appear, but if you click on an individual post it changes to the default color (at least, I assume it’s the default color).
I have the premium plan so I believe I should be able to change this color throughout the entire site.
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi,
The homepage is styling the headline color using this:h1.post-title a { color: #3E5374; }Since the headlines are links, they get the color selected. However, on the individual post pages, the headlines are not links so they don’t get that color.
Try adding this to your CSS:
h1.post-title { color: #3E5374; } -
- The topic ‘Headline color in comet theme’ is closed to new replies.