• So I’m using the GamePress theme and I’m trying to find the # colour code for the text that is in the main body of posts. Currently it is a dark grey. I’m going to paste the CSS under here in the hopes that someone can identify the main body colour code. Thankyou!

    [large amount of CSS moderated – please post a link to your site, or to the theme’s download link, or use the pastebin – https://codex.www.ads-software.com/Forum_Welcome#Posting_Code ]

Viewing 2 replies - 1 through 2 (of 2 total)
  • No need to paste an entire stylesheet here. A link to the theme (or even better, your site if it’s live) will do.

    The body color is not in the file you pasted. It’s in a special stylesheet called dark.css located in the “css” directory of the theme root.

    To edit the CSS, you need to use a child theme or some other form of CSS editing that is protected from future theme updates. And in either of those, you can simply write new CSS to override the default.

    body {
        color: #fff;
    }
    Thread Starter Prodigle

    (@prodigle)

    Thankyou very much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need help finding colour code’ is closed to new replies.