Site logo

Archived topic

Removing main menu and certain widgets from checkout pages

1 reply · Started by Toni on October 31, 2018

Viewing posts 1–2 of 2

Hi

Can anyone advise me on the correct function how to remove my main menu from the WooCommerce Checkout pages?

I would also like to remove and add certain widget areas to these WooCommerce Checkout pages.

Hi there,

this CSS to remove the primary nav from checkout:

.woocommerce-checkout .main-navigation {
	display: none;
}

And you would need a conditional widget plugin like this to set different widgets for the woo sidebars:

https://wordpress.org/plugins/content-aware-sidebars/

This archived topic is closed to new replies.