• Resolved DBLevy

    (@dblevy)


    Just updated Scrappy today and the background of every page turned to a nice linen-textured brown. Can’t figure out how to make the background white (or clear), so I changed all of my captions to white, so they are still legible. However, I have customer comments posted in a text box widget on the sidebar and I can’t turn that font white.

    So, I’d like to know how to either turn the background white again or how to change the color of the font in my text box widget.

    Website:
    https://www.simplylocalswag.com

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    The background color can be changed from the dashboard under the Appearence >> background
    or you can change it from the css file in your child theme.

    The current background color is due to this property in your css file:

    #page {
    background-color: #fcfbf4;
    margin: 0 auto;
    width: 900px;
    }

    You can comment out the background-color property like this:

    /*background-color: #fcfbf4;*/

    or change the color here to your own liking.

    Cheers..:)..

    Thread Starter DBLevy

    (@dblevy)

    I honestly don’t know what any of that means : ), but when I went back to my site the background was white again. So, if you fixed something for me – I thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't change Brown Background to white (or clear)’ is closed to new replies.