• Resolved mnatseah624

    (@mnatseah624)


    Hello GP users
    I’ve got a site with dark UI. I figure a brighter site might improve SEO. But when I go to Customizing > Colors, I find I can’t change the text color.
    Everything else works fine: background color, link color, link color hover. But the text button doesn’t work at all.
    I’m wondering if it might be related to the fact that some of my site design is governed by a child theme. But my style.css doesn’t include any parameters for main text.
    Has anyone got any ideas?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    in your child theme you have this:

    .one-container .container {
        background-color: transparent;
        color: #ffffff;
    }

    Which is setting the content text to White. And there are many other elements whos color is being set in the child theme

    Thread Starter mnatseah624

    (@mnatseah624)

    Hello David @diggeddy
    Many thanks. I didn’t see that. Duh.
    D

    • This reply was modified 4 years, 4 months ago by mnatseah624.

    Glad to be of help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can’t change text color’ is closed to new replies.