Hi,
I’m currently trying to remove the sidebar in the product page. I disabled the sidebar option, but it won’t go away. The sidebar is appaering below the products.
Hi FadingReality!
Please try the following in Quick CSS under Enfold–>General Styling:
.single-product .sidebar {
display: none !important;
}
Cheers!
Rikard
This solved the problem. Thanks! :)