Tagged: 

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

    Hi there,

    Not sure whether you can help as this is a Woo Commerce question – I have tried to find a solution without success though.

    I have products sortable in a drop down menu, however I also have UNCATEGORIZED appearing at the end of the product list. This is not in the product category list in the Woo Commerce area so it must be coming from somewhere, however I can’t seem to find where.

    Is it possible to delete UNCATEGORIZED from the product categories?

    Thanks in advance for your help.

    Silvio

    #333665

    Hi silviouk!

    Thank you for using Enfold.

    Please post the link to the actual page. We would like to check it. For the meantime try to go to Appearance > Widgets, remove the Categories widget. See if that changes anything.

    Cheers!
    Ismael

    #333755
    This reply has been marked as private.
    #334208

    Hi!

    Not sure where that category is coming from. Please add this on Quick CSS or custom.css:

    #wqo_options select option[value="0"] {
    display: none !important;
    }

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.