Hello
I have just a few items to sells and I don’t need the option “Sort” or “Display” in the “Shop” page. How can I remove those options? How can I turn them on again?
Thanks
Abedia
Hi abedia!
You can add following code to Quick CSS in Enfold theme options under Styling tab
div .product-sorting {display: none;}
And you can simply remove it if you would like to display again
Cheers!
Yigit
Thanks! It worked fine.