Headline color in comet theme

  • Unknown's avatar

    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)

  • Unknown's avatar

    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;
    }
  • Unknown's avatar

    It worked! Thank you!

  • The topic ‘Headline color in comet theme’ is closed to new replies.