Hide Top Menu Items in Cart & Checkout Page
-
Hi,
In order to increase conversion rate on my site, I would like to hide the navigation item on my cart and checkout page, how can I do that?
Do you have the CSS or know a good plugin to do that?
Thanks,
Queenie.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
.woocommerce-cart .main-nav,
.woocommerce-checkout .main-nav {
opacity:0!important;
visibility:hidden;
}
Regards
Thank you so much for your help, worked perfectly.
The topic ‘Hide Top Menu Items in Cart & Checkout Page’ is closed to new replies.