Remove filter names from dropdown menu
-
Hi,
I don’t want to show this in filters. https://prnt.sc/u817tk
Label is already of in widgets area. https://prnt.sc/u818f5
How i can remove it?
Hello,
Please remove this widget from the Shop page widget area in the Appearance > Widgets.
Best Regards
Hi,
What do you men with remove widget?
I want filter but I don’t want to show attribute name in it.
Hello,
I misunderstood you. As I understand you want to hide the label: https://prnt.sc/u8c6im
Best Regards
Hi Elise,
Yes, and as i mentioned in first message it is already off.
Hello,
Enter the widget and clean the title area https://prnt.sc/u8jcxi
Best Regards
Hello,
I guess you misunderstanding me.
I don’t want to remove title.
I want to remove label which is inside of Dropbox.
I guess label off setting is for this, right?
Hello,
Please provide the screen of what you want to delete.
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline input[type=text] {
display:none;
}
Best Regards