Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

HowTo change color of post title on the main page for simple theme

  • #6717
    Avatar photo[anonymous]

    Hi,

    I’ve changed Main colors -> Headings color but that seems not change the title of the posts on the main page.

    Also changing Link color has no effect to the color of titles.

    How, can I change this color?

    #6718
    Avatar photo[anonymous]

    Try this:

    h2 a.invert {
      color: blue;
    }

    Screenshot-2021-12-25-192051

    Obviously, replace blue with whatever color you’d like.

    #6721
    Avatar photo[anonymous]

    It works, thank you!