Home Forums Basel support forum Category Menu in Shop

Category Menu in Shop

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

    pierredemeudon
    Participant

    Hi,
    In WP, my understanding is that there is a category by default – that can’t be erased- where all products without defined category are allocated to.

    This category (“non affecté” for me, see attached) is present in the category menu although:
    – it’s not selected in the menu (Appearance -> Menus)
    – there is yet no product in it

    => How to exclude this default category from the category menu?

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

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to exclude it

    .widget_product_categories ul>li.cat-item-15 {
    	display: none;
    }

    Regards

    #78159

    pierredemeudon
    Participant

    Works
    Thank you 🙂

    #78165

    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 Menu in Shop’ is closed to new replies.