Support » Fixing WordPress » GoPress- How to change the white background of theme

  • Hi, I appreciate this forum so much and I can believe all the volunteers out there that can help us.

    I’m vry new at this.
    I have a dark rustic theme going on and I do not want the white background on the home,front page, I was able to change the menu navatiagion colors, but can not find where to change the white backgroun
    http:josephinesbistrony.com

    thank you very much
    Brie

Viewing 4 replies - 1 through 4 (of 4 total)
  • The white background is being set in the style.css — line 138″

    #wrap {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #CCCCCC;
        box-shadow: 0 0 20px rgba(192, 192, 192, 0.4);
        margin: 30px auto;
        padding: 30px 30px 15px;
        width: 980px;
    }

    Do you have some kind of custom CSS option or plug-in? If not, you should really be using a Child Theme — so that you don’t lose all your changes to the theme when it is updated.

    Thread Starter coolbrie

    (@coolbrie)

    I don’t know what a child theme is or how to create one. I do have a plugin I just downloaded, Will figure out how to use it.

    thank you very much for given me help.
    If I make the changes to the CSS style I will lose my changes?

    Bire

    You will lose the changes when you update the theme. If you read the link WPyogi has provided about child themes, the page explains how to create one.

    Thread Starter coolbrie

    (@coolbrie)

    thank you vry much, have a great weekend

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘GoPress- How to change the white background of theme’ is closed to new replies.