Home Forums WoodMart support forum Category Side Bar

Category Side Bar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #62476

    m0seR
    Participant

    Hello,

    recently purchased Woodmart theme. Great work on the theme! I have to admit that it’s one of the best themes i’ve ever worked with!

    One question.

    Is it possible to remove sidebar from only one specific category? http://prntscr.com/ju1bro

    Specific Category Link : http://finsoftdev.gr/cshop/product-category/agora-yphresias/

    Thank you in advance!

    #62507

    Hello,

    Thank you very much for choosing our theme and contacting us.

    This is possible to do with Custom CSS only. If such a way is acceptable, please, add this CSS to Theme Settings > Custom CSS:

    .term-agora-yphresias .sidebar-container {
        display:none;
    }
    @media (min-width: 768px){
        .term-agora-yphresias .site-content  {
        left: 0;
        min-width:100%;
    }
    }

    Best Regards

    #62509

    m0seR
    Participant

    Thanks a lot.

    Worked fine!

    #62511

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

    Best Regards

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

The topic ‘Category Side Bar’ is closed to new replies.