Shop The World’s Most Creative Businesses

Join Open a Store
Back to Forums

Hide Sidebar On Product Pages

OHBP posted January 27, 2011 16:56

How can I hide the sidebar on the product pages only?

5 Replies
  • IVKINGS January 31, 2011 12:38

    im wondering this as well..

  • TwinSrpnt January 31, 2011 12:45

    Delete this section from your "layout" html file. But make a backup when you do this in case it doesn't work.

    Everything between

    <div id="sidebar">

    and this

    </div><!-- end #sidebar -->

  • IVKINGS January 31, 2011 14:24

    thanks a bunch!

  • soampd May 04, 2012 12:43

    Put this on the html page for products

    <style>
    #sidebar {
    display: none;
    }
    </style>

  • boutiquedreamz June 04, 2012 16:35

    @Soampd thanks that helped so much!

Reply to this