Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #504912

    I am using Woocommerce features to display products in a website, but without any actual shop features. There’s no purchasing through the website. Where I use the product grid feature the “Sort by…” and “Display Number of Products Per Page” pull downs are being displayed. However I want to remove the “Sort by…” pull down and show only “Display Number of Products Per Page”. I can’t seem to figure out how to do that without removing everything. Is there a way to do that? Thanks!

    #504934

    Hey NicomIT!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .sort-param-order, .sort-param-sort {
        display: none;
    }

    Regards,
    Yigit

    #504947

    That worked great. Thanks Yigit.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Product Grid – Remove 'Sort by' Feature’ is closed to new replies.