Hello is it possible to have the view cart button only on the shop and product pages?
It can be anywhere on the page, thanks
Hello is it possible to have the view cart button only on the shop and product pages?
It can be anywhere on the page, thanks
Hi @Stigan,
Did you mean to hide the cart button on your header menu for all pages except shop & product pages?
In this case, please add this custom CSS under Theme Options > CSS:
.x-menu-item-woocommerce {
display: none;
}
.woocommerce .x-menu-item-woocommerce {
display: block;
}
Hope it helps 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.