8 RUE DUBLIN 34200 SÈTE FRANCE

+0033666100010

support@bobosohomail.com

Note: Before submit, please make sure that you fill/select all required filed marked by star(*).

Shopping Cart
// Wait for the DOM to be ready document.addEventListener('DOMContentLoaded', function() { // Get the element with the specified class var storeNotice = document.querySelector('.woocommerce-store-notice.demo_store'); // Check if the element exists before trying to hide it if (storeNotice) { // Hide the element storeNotice.style.display = 'none'; } });