Hide cart icon?
Hello and thanks for your time.
Is there any way I can hide the cart icon from regular pages and have it appear only on shop pages please?
Is there any way I can hide the cart icon from regular pages and have it appear only on shop pages please?
Comments
Someone on the forums suggested I use the following method, but I am not sure how this is done?
You can easily do this with CSS. All woocommerce related pages add
class "woocommerce" to the body tag, so you can use it with ":not"
selector.
Something like this: