Home Forums WoodMart support forum How to hide filters, colors, products side bar from category page

How to hide filters, colors, products side bar from category page

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

    refa
    Participant

    Hi,
    I am using woodmart theme on my site. I want to know how to hide sidebar on category pages and show only on product pages.

    Thank you,

    #328741

    Hello,

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

    The category page inherits the settings of the shop page, you will have to disable the sidebar for this shop page or set, in this case, the sidebar would appear on clicking the icons as shown here: https://woodmart.xtemos.com/shop/?opt=hidden_sidebar

    You can find the option to set the hidden sider or disable it in the Theme Settings > Product Archives > Sidebars.

    If you have any questions please feel free to contact us.

    Best Regards

    #328742

    refa
    Participant

    Thank you. I want to hide the sidebar on only “category page” and want to show it on “shop page or products page”. Please let me know how to customize the image of product category in homepage.

    #328786

    Hello,

    You can do that by means of the Theme Preset: https://gyazo.com/832a046a1e08e2f65a6fd529f18b9ca0 Find our documentation tutorial about this here: https://xtemos.com/docs/woodmart/theme-settings-presets/

    Alternativly, you can hide with custom CSS: add this code to the Theme Settings > Custom CSS > Global:

    body.tax-product_cat .sidebar-container{
    	display:none;
    }
    body.tax-product_cat .site-content.col-lg-8{
    min-width:100%;
    }

    Best Regards

    #328823

    refa
    Participant

    Thank you.. Is there any option to change or customize the product category image on category blocks only that should not affect the category image. Please find the attached screenshot for easy reference.

    #328935

    Hello,

    When you show the categories by means of the Product category widget, the featured image is shown and it is not possible to change.

    As a workaround you can create a grid by means of sections and columns and insert Promo banners, in this case, you can any images any text, you can see the demo of Promo banners here: https://woodmart.xtemos.com/banners/

    If you have any questions please feel free to contact us.

    Best Regards

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