Hide MOBILE BOTTOM NAVBAR on /checkout
-
Hi,
I want no distractions on the checkout pages. How do I hide the mobile bottom navbar only on self-specified pages?
Please let me know!
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
.woocommerce-checkout .woodmart-toolbar{
display:none;
}
Best Regards
Elise, I want to hide it on the checkout pages. Not the all over the site.. Please let me know how i can do that.
Hello,
The provided code hides the checkout only on the checkout page. Please clarify your purpose. Provide the page URL where you want to hide the toolbar.
Best Regards
I want to hide it on:
meergroeninhuis.nl/afrekenen/
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woocommerce-cart .woodmart-toolbar{
display:none;
}
Best Regards