Remove this banner in footer
-
Hello, How can i remove this banner in mobile?
See images
Attachments:
You must be
logged in to view attached files.
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
No nothing happenings.
Any other advice =)?
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