text is white in the forums when using the blue serinity

    • 303 posts
    February 25, 2021 1:48 PM EST

    How can I fix this?

    • Moderator
    • 6923 posts
    February 25, 2021 5:17 PM EST

    Hmmm. It's not like that here and we use the same theme. Odd. Do you recall changing any settings in the serenity theme? It allows you to choose various colors. Any changes done to the CSS either? 

    • 303 posts
    February 25, 2021 6:21 PM EST

    No, I don't remember making changes to it. Where can I find the CSS for the text color? 

    • Moderator
    • 6923 posts
    February 26, 2021 5:46 AM EST

    You can edit it in your custom theme in the Appearance > Theme Editor and choose Theme.Css. Once there, and working in a clone, this is the code for the forum section you show:

    ul.forum_topics .forum_topics_title h3 > a {
        color: #03598F;
    }

     

    That is the default color it should be. You can change it to any color you prefer.