Hi,
How can I disable the sidebar seen on product page?
thank you,
Hey yukanl!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single-product .sidebar { display: none; }
Best regards,
Yigit
Hi!
Please try adding following code to Quick CSS as well
#top #main .single-product-main-image .sidebar, #top #main .single-product-main-image .inner_sidebar { display: none!important; }
Regards,
Yigit
Yigit,
Yes, I added the css code to custom.css and now the sidebar is gone! Thanks.
yukanl