Home Forums WoodMart support forum Repeated background image over all pages.

Repeated background image over all pages.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #408556

    wordpress-1306
    Participant

    Hello ,
    We have old case with repeated background image over all pages in Woodmart. We have creaded few tickets before about it, but every time have fixed this issue with this css code:

    /* Background  fix v5  (working now)*/
    .page div.main-page-wrapper,footer.footer-container,.page-title-default .color-scheme-light,.page-title-default .color-scheme-dark{
    background-image: none;
    }
    
    /*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
    
    /* Background  fix v4 */
    div.main-page-wrapper,f<span class="fr-marker" data-id="0" data-type="false" style="display: none; line-height: 0;"></span><span class="fr-marker" data-id="0" data-type="true" style="display: none; line-height: 0;"></span>ooter.footer-container,.page-title-default .color-scheme-light,.page-title-default .color-scheme-dark{
    background-image: none;
    }
    
    /*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
    
    /* Background  fix v3 */
    div.main-page-wrapper,footer.footer-container,.page-title-default{
    background-image: none;
    }
    
    /*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
    
    /* Background  fix v2 */
    div.main-page-wrapper,footer.footer-container,.search .page-title-default,.woocommerce-shop .page-title-default{
    background-image: none !important;
    }
    
    /*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
    
    /* Background  fix v1 */
    div.main-page-wrapper{
        background-image: none !important;
    }
    /* Velg enten color-scheme-light eller dark basert på nettside oppsett */
    footer.footer-container.color-scheme-light{
        background-image: none !important;
    }
    footer.footer-container.color-scheme-dark{
        background-image: none !important;
    }

    Now we have live page as you can check it and fix issue in next updates of Woodmart.
    Url is attached. Can you help us as fast as possible?

    #408557

    wordpress-1306
    Participant

    Screenshots

    Attachments:
    You must be logged in to view attached files.
    #408721

    Hello,

    If you do not want the background image to be repeated, you need to add background-repeat: no-repeat;

    I am checking your site I do not see any backgrounds, the site is under construction and logging out does not allow me to check anything.

    You would better keep all CSS in the Theme Settigns > Custom CSS not to lose during the theme update.
    If you have any questions please feel free to contact us.

    Best Regards

Viewing 3 posts - 1 through 3 (of 3 total)