Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1165071

    hi, in my woo commerce store im having only two products so i want to get rid of the sorting options.
    now ive tried everything to disactivate this but its not having any effects.
    Is there a problem with woo commerce and enfold? are they conflicting?
    best regards, jeel2008

    #1165085

    Hey jelle,

    Add this to quick css:

    .product-sorting{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1165251

    hi jordan,

    in the meantime i contacted the maker of the woo commerce plugin and he gave me this answer/solution:

    it’s because Enfold overrides the templates and changes the files so that’s why WooCustomizer is not working on that.

    Add the following custom CSS to Customize -> Additional CSS and that should remove it for you:

    body.woocommerce .product-sorting {
    display: none;
    }

    so appearantly theres more ways to hide the sorting stuff.

    thanks anyway for you help.

    best regards, jelle

    • This reply was modified 4 years, 11 months ago by yampieters.
    #1165265

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1168116

    hello jordan, you can close this one!
    thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘woo commerce’ is closed to new replies.