Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #782570

    Hello,

    I am trying to get rid of the side bar with the search bar, archives, categories and meta that display on the product page under Woocommerce.
    I was able to remove it by changing the layout of the page on one product but it doesn’t work for the others…

    I would really appreciate your help.

    Thank you!!

    • This topic was modified 7 years, 7 months ago by 805ITS.
    #782586

    Hey Oby4455,

    Can you please provide a link to the site?

    Best regards,
    Jordan Shannon

    #782615

    Yes here it is : https://goo.gl/dlVpgB

    #782964

    Hi,

    If it is just for the product pages, please try adding the following to quick css:

    .woocommerce.woocommerce-page .sidebar.sidebar_sidebar_right.alpha.units{
    display:none!important;
    }
    
    .woocommerce.woocommerce-page .container .av-content-small.units {
        width: 100%;
        border: none;
    }

    Please let me know if this works.

    Best regards,
    Jordan Shannon

    #783779

    It worked!! Thank you so much :)

    #783826

    We’re happy to help! Let us know here in the forums if you need help with anything else.

    Best regards,
    Sarah

    #783832

    Hi,

    We glad that your problem was solved :)

    Let us if you need some help!

    Best regards,
    John Torvik

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove "sidebar" on product page’ is closed to new replies.