Hi!
I am setting up a webshop using Enfold and Woocommerce. I have successfully used quick CSS code (.page-id-507 nav.main_menu {display:none;}) to remove the primary menu on all of the pages on the site. However, I am not able to do this to remove the primary header menu for the “shop” page which is standard with Woocommerce. I have checked that I am using the correct page-id however the main menu refuses to go away.
I am wondering if there is an easy solution to this problem or will I have to scrap the Woocommerce shop page and build my own?
Cheers
Hi Tom!
Can you post the link to your website please? You may have some typos on your quick CSS code. Please post the content of your quick CSS using http://pastebin.com/ here
Cheers!
Yigit
Hi!
Please add following code to Quick CSS
.post-type-archive-product nav.main_menu {
display: none;
}
Nice website by the way :)
Regards,
Yigit
Hi again!
As usual the code worked a treat! :-)
You’re too kind! The website is in its infancy at the moment – There is a fair bit of work to be done before its ready!
Thanks again :)
Tom