REMOVE FILTERS FROM SHOP WIDGET AREA
-
How can i remove the “Sort By” & “Price Filter” in order to Expand another Filter full width in the Shop Widget Area. The Goal would be to only have a large color filter.
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide your site URL I will provide custom CSS If your site is under maintenance, please provide your site admin access to the private area.
Best Regards
Hello!
Please find attached the data to access the site
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
#BASEL_Widget_Sorting{
display:none;
}
#BASEL_Widget_Price_Filter{
display:none;
}
Best Regards
Now the 2 filters are gone, but the design of the 3rd filter stays the same. it should use full witdh. please look at the picure. the last one shows the wanted result.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .filters-area .filter-widget.col-md-4 {
width:100%;
}
Best Regards