Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #378576

    When first am loading this page : http://sharprockvineyards.com/wp
    The page background is a dark green before my background image loads. I don’t want that green showing. How do I get rid of it? I am sure it must be in one of the styling settings but I can find which one.

    Thanks for your help.

    #379050

    Hi elames!

    Please add following code to Quick CSS

    #top #main > div.container_wrap:nth-child(1) {
    background-color: white;
    }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.