Home Forums WoodMart support forum Category menu in each category, how many categories can place here

Category menu in each category, how many categories can place here

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #185716

    hlondono
    Participant

    in my page i have 8 categories but in categorie menu in title only show me 7 categories and default categories is not shown.

    How i can control what categories show in this category menu in title.

    I change verduras category that was my default category for mix category then now show verduras category and not show mix category.

    Can you help me please.

    Attachments:
    You must be logged in to view attached files.
    #185753

    Hello,

    By default, Uncategories is hidden with CSS by our theme.

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

    .woodmart-product-categories .shop-all-link, .woodmart-product-categories .wc-default-cat {
        display: inline-block;
    }

    Best Regards

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