Hi
You can hide the marketing containers when a WooCommerce category is selected using JavaScript or CSS.
- JavaScript (Best for Dynamic Hiding) – Add this script in Elementor > Custom Code (Footer):
- Detects category selection and hides containers immediately.
- Ensures it works on the first click.
- CSS (For Page Load Hiding) – Add this to Elementor > Custom CSS:
- Hides containers on category pages but does not work dynamically.
- Since Elementor’s URL condition has a delay, JavaScript is the best solution for real-time hiding.