• I am unable to change my site’s background image, which appears on all my pages. After installing the full background manager, I now have a Background image tab in my theme customization control, but when I upload a background image there it simply loads behind my existing background image. My site is located at https://www.r99wine.com. I use the Bridge theme, Layerslider WP and Visual Composer plugins.

Viewing 1 replies (of 1 total)
  • Hello Fireboykie,

    Have you tried removing the background-image from the style.css sheet?

    body.boxed .wrapper {
        background-image: url("https://demo.qodeinteractive.com/bridge40/wp-content/uploads/2014/09/page_back.jpg");
        background-attachment: fixed;
        background-position: center 0px;
        background-repeat: no-repeat;
    }

    Shawna B.- Shawberry Themes

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot change background image’ is closed to new replies.