Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #201487

    Hi,

    How can I disable the sidebar seen on product page?

    thank you,

    #201543

    Hey yukanl!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .single-product .sidebar { display: none; }

    Best regards,
    Yigit

    #201984
    This reply has been marked as private.
    #202037

    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

    #248112

    Yigit,

    Yes, I added the css code to custom.css and now the sidebar is gone! Thanks.

    yukanl

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘product page showing side bar’ is closed to new replies.