• jhiatt4

    (@jhiatt4)


    I’m using the theme Zero Gravity, and have created a child theme. They have a customizable background color option, but changing the color there doesn’t have any effect on my site. It stays white, and I’d like to change it to a light gray.

    Based on other suggestions, here’s what I’ve put into my custom CSS:

    body {
    	background-color: #F2F0F0;
    	color: #000000;
    }

    I found another site that recommended something similar, but using “.site-content” instead of “body”. This DID have an effect, but only colored grey behind whatever text I had in the body, rather than the whole background of the page.

    I’ve seen someone recommend just “background” rather than “background-color.” I know there’s got to be a right way to do this for my theme.

    Here’s the link to my site:
    https://www.oace.info/

    I would greatly appreciate any suggestions or advice before I pull my hair out and change my theme again.

    Thank you so much expert coders!!!

Viewing 1 replies (of 1 total)
  • Thread Starter jhiatt4

    (@jhiatt4)

    I suddenly wondered if I needed a period before “body”, like before “site-content”, but that didn’t do anything either. I’m trying!!

Viewing 1 replies (of 1 total)
  • The topic ‘Tried other resolutions to change background color but still can't’ is closed to new replies.