Home › Forums › Basel support forum › top bar in header › Reply To: top bar in header
March 18, 2017 at 5:56 am
#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