Unable to get disable a widget
-
I’m trying to get the “sort by” widget to go away. I’d like to place a sorting widget that sorts the products from assending to dessending. See the attached screenshots below. 1st screenshot is the one I’d like to get rid of and the second screenshot is what I am trying to accomplish.
Can anyone please help me?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
#WOODMART_Widget_Sorting{
display:none;
}
Best Regards