If you want to hide the compare bar on certain pages you can use the following custom CSS. Replace the ID with the ID of your page:

body.page-id-2 #woocommerce-compare-bar {
	display: none;
}

To hide the compare bar on all pages use this CSS:

body.page #woocommerce-compare-bar {
	display: none;
}

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *