Any Questions?
Please, email me any questions or queries to: enquiries@ravensviewstudio.co.uk
/* Example 1: If the element has a class like "empty-category" */ .empty-category { display: none !important; } /* Example 2: Using a data attribute that shows zero products */ [data-count="0"] { display: none !important; } .product-list--empty, .product-category--empty, .store-empty-message { display: none !important; }
Please, email me any questions or queries to: enquiries@ravensviewstudio.co.uk