Home Forums WoodMart support forum How to delete the left widget for a specific category

How to delete the left widget for a specific category

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #177214

    bing458
    Participant

    I don’t want to use left sidebar for a category, but I want some categories with the normal left sidebars. Can I do that?

    #177231

    Hello,

    Please provide the category URL which you want to hide the sidebar. I will provide custom CSS.

    Best Regards

    #177247

    bing458
    Participant

    Hi, please check the link, thank you.

    #177256

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.term-wholesale-brazilian-hair .sidebar-container {
       display:none;
    }
    @media (min-width: 1025px){
    body.term-wholesale-brazilian-hair .site-content.col-lg-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    	}
    }

    Best Regards

    #177283

    bing458
    Participant

    Hi Elise,
    Great, thank you, it works

    #177289

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘How to delete the left widget for a specific category’ is closed to new replies.