Home Forums Basel support forum top bar in header Reply To: top bar in header

#10975

Artem Temos
Keymaster

Hello,

Try to add the following code snippet to the Custom CSS area in Theme Settings to remove the top bar on single product pages.

.single-product .topbar-wrapp {
	display:none;
}

Regards