Hi,
great theme, love it. But I would like to show the shopping cart (ecommerce) menu on the top only on the Shop pages. How do I do that?
Thanks in advance!
Hi,
great theme, love it. But I would like to show the shopping cart (ecommerce) menu on the top only on the Shop pages. How do I do that?
Thanks in advance!
Hey,
I'm not aware of an easy way to remove the menu completely however you can hide it. Add following code to css/custom.css:
#shop_header{
display: none;
}
.woocommerce #shop_header{
display: block;
}You must log in to post.