WooCommerce shop & product page removal of side bar

Discussion in 'Infoway WordPress Theme' started by fusion_graphics, Apr 25, 2014.

Thread Status:
Not open for further replies.
  1. fusion_graphics

    fusion_graphics New Member

    Joined:
    Dec 17, 2013
    Messages:
    10
    Likes Received:
    3
    Hi There
    I cannot seem to get rid of the side bar of the; product page and the shop page, even though I have selected “full width page” it still brings in the side bar underneath

    Your help to remove these is much appreciated
    http://www.squareboxfitness.com/shop/

    http://www.squareboxfitness.com/product/square-meal-benchtop-planner/



     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .woocommerce-page div.sidebar {
    display: none;
    } 
    This will remove sidebar from the woocommerce page.
     
  3. fusion_graphics

    fusion_graphics New Member

    Joined:
    Dec 17, 2013
    Messages:
    10
    Likes Received:
    3
    Brilliant! Thank you so much!
     
Thread Status:
Not open for further replies.

Share This Page