How to remove "uncategorized" from Product categories?

Home Forums Jevelin Theme How to remove "uncategorized" from Product categories?

Home Forums Jevelin Theme How to remove "uncategorized" from Product categories?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • DirkahDirkah
    Participant

    Hi- how’s it goin… it’s been a while… I hope all is well,  is possible to exclude uncategorized from the list of categories in the side bar?

    thanks,

    josh

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

    Solution for this topic

    Hi josh,

     

    I hope you are well today and thank you for your question.

     

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .widget_product_categories li.cat-item.cat-item-24 {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    DirkahDirkah
    Participant

    Thank you

    You are always welcome here 🙂

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