Remove product sidebar

Home Forums Legacy Support Support queries How-to & Troubleshooting Remove product sidebar

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #58125
    Eric
    Spectator
    Hi, I have two question.
    1. how to remove the woocommerce single product sidebar? I try to process as your this post: https://wplms.io/support/forums/topic/sidebars/ but looks not working.

    2. how to change the page title size, I am using Modern theme.

      Thanks Eric

    #58418
    Anshuman Sahu
    Keymaster
    1. & 2 .  Please try adding the given css from wp-admin -> appearance -> customize -> custom css : body.archive.post-type-archive.post-type-archive-product.woocommerce.woocommerce-page.modern-theme .col-md-3.col-sm-4{ display:none; } body.archive.post-type-archive.post-type-archive-product.woocommerce.woocommerce-page.modern-theme .col-md-9.col-sm-8 {     width: 100%; } body.single.single-product.woocommerce.woocommerce-page.modern-theme .col-md-9.col-sm-8{ width:100%; } body.single.single-product.woocommerce.woocommerce-page.modern-theme .col-md-3.col-sm-4{ display:none;   }    
    #58563
    Eric
    Spectator
    It works. But how to disable the "Page title" only in single product page as attached
    #58619
    H.K. Latiyan
    Participant
    For removing the page title/ product title only from the single product page use this css in your appearance->customize->custom css: .single-product .product_title {display:none;}
    #58659
    Eric
    Spectator
    Hi, just try this code but looks still not working.
    #58661
    Eric
    Spectator
    btw, I am using Modern child theme
    #58715
    H.K. Latiyan
    Participant
    Try using this custom css for modern theme: .single-product #title.title-area .title-content .title-text .page-title {display:none;}
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove product sidebar’ is closed to new replies.