Home Forums WoodMart support forum Remove this banner in footer

Remove this banner in footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #317628

    danielfernstrom
    Participant

    Hello, How can i remove this banner in mobile?
    See images

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

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    p.woocommerce-store-notice.demo_store {
        display: none;
    }

    Best Regards

    #317704

    danielfernstrom
    Participant

    No nothing happenings.
    Any other advice =)?

    #317713

    Hello,

    Please try and replace the previous Custom CSS with the following then check back.

    p.woocommerce-store-notice.demo_store {
        display: none !important;
    }

    Best Regards

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