Home Forums Pro Themes Clean Commerce Pro background image doesn't appear

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #59606
    Fatim
    Participant

    Hello,
    I would like to put a background image on my website.
    When I go to customize -> background image and I put the image it doesn’t work, the image appears only on the side of the menu bar, but I want the image to appear all over the page.
    Thank you so much
    Fatim

    #59657
    wensolutions
    Keymaster

    Hello @fatim,

    This is noted as the none issue and we will soon release the update fixing the issue .

    For now use below given CSS in Additional CSS .

    #featured-carousel {
        background-color: transparent;
    }
    
    #content {
        background: none;
    }

    Hope this helps .

    Best Regards!!

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