• As the title says, the background of my website (karouseldesigns.com) changes from a solid white background to my logo, tiled to fill the page, when the webpage is loaded on a mobile device (or the browser is resized to have a small width). In the customization settings, the background is manually set to solid white. Does anyone know why this might be happening?

Viewing 1 replies (of 1 total)
  • You have this code on your site;

    @media only screen and (max-width: 768px)
    body.pootle-page-customizer-active {
        background-color: !important;
        background-image: url(https://karouseldesigns.com/wp-content/uploads/2015/09/cropped-Karousel-Designs-logo-blue-e1441239769475.png) !important;
    }

    That’s the cause of the background. Looks like it’s coming from the Pootle builder plugin. I recommend speaking to the author ??

Viewing 1 replies (of 1 total)
  • The topic ‘Logo tiling in background when on mobile’ is closed to new replies.