Home Forums WoodMart support forum Display subcategories separately from products

Display subcategories separately from products

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

    cfmbaits
    Participant

    Hi! I would like to display subcategories on parent’s category page. But I would like them to be above the list of the products in a separate block. Is it possible?
    Example of how it looks now (link below)

    #406367

    Hello,

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

    You can create HTML block: https://xtemos.com/docs-topic/html-blocks-usage/
    Then insert WoodMart Product category widget inside: https://xtemos.com/docs-topic/elements-and-widgets/

    You can set the categories by ID in the widget and insert this HTML block into the category description. In this case, the categories is not added removed automatically as they do if you configure showing sub-categories in Appearance > Customize > Woocommerce > Product category.

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

    Best Regards

    #406468

    cfmbaits
    Participant

    Thank you!
    Another question – where can I change a background color for the label “sold out”?

    #406493

    Hello,

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

    If you have rectangular labels use this code:

    body .labels-rectangular  .onsale { 
    background-color:#000000; 
    }

    In case your labels are rounded, use this code:

    body .labels-rounded  .onsale { 
    background-color:#000000; 
    }

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

    Best Regards

    #406540

    cfmbaits
    Participant

    Thank you!

    #406568

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Display subcategories separately from products’ is closed to new replies.