How can I remove the subheader bottom padding on all the WooCommerce pages but not the other pages?
Hi,
For this, you will have to use a custom CSS code.
.woocommerce #Subheader{ padding-bottom: 30px!important; }
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Thanks
That's all pages right? I want it only on the WooCommerce pages. Shop, categories and products.
That is for WooCommerce pages only.
That is why there is a .woocommerce class at the beginning.
Best regards
Perfect, thanx!
Comments
Hi,
For this, you will have to use a custom CSS code.
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Thanks
That's all pages right? I want it only on the WooCommerce pages. Shop, categories and products.
That is for WooCommerce pages only.
That is why there is a .woocommerce class at the beginning.
Best regards
Perfect, thanx!