• Hi everyone, I am having some issues with my website. Long story short, my friend was making edits to the website and now our products page is completely white. Nobody can read our descriptions, and I don’t even know where to start. I looked all around in my CSS file and couldn’t find where I need to make the edit to make the font black.

    Page:
    https://goldenseo.org/shop/ (as you can see, you have to highlight the page to read the product descriptions)

    CSS code:

    [ 925 lines of CSS code moderated, that’s just way too much. For that many lines of code please use pastebin.com instead. ]

Viewing 2 replies - 1 through 2 (of 2 total)
  • First and foremost create a child theme. At the bottom of your child theme’s style.css add the following code. It should all work fine ??

    .product h3 {
    color: #000;
    }

    Hi sulmura,

    It seems the code isn’t in your CSS file but possibly in a custom field on that page.

    If you go to edit view of this page, see if there’s some CSS in one of the input boxes below it.

    Here’s a screenshot so you can see where I disabled the white font color in Firebug (added a “q” in front of the color property) so the text is readable.

    Hope that helps!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text on page is white’ is closed to new replies.