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

    Hi,

    How to remove “Sort by Default” and “Display 20 Products per page” in WooCommerce?

    We can see an example of what I think is the product grid without those filters being using in this Enfold theme shop example:

    Here is the filters in my shop that I would like to remove but have not figured how.
    Anyone know?

    Thanks,

    GB

    #1181455

    Hey gb,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    div .product-sorting {
        display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1181467

    That worked beautifully,

    Thank you Victoria!

    #1181481

    Hi,

    I’m glad this was resolved, if you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to remove "Sort by Default" and "Display 20 Products per page" in WooCommerc’ is closed to new replies.