Display with filter border
-
Hello
Can we show those filters with a square in front?
I am attaching some pictures where I added them and how they were displayed.
If it is selected, the list displays them badly.
Attachments:
You must be
logged in to view attached files.
To be displayed scrolling with a square in front.
Hello,
Please share the WP admin login details of your site so I will check and give you a possible solution.
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-filter-list .count {
border-radius: 2px !important;
}
After using this code the filter counts in the shape of a square.
Best Regards.
I added the code but it still displays the same.
It does not display like the drop-down list
Attachments:
You must be
logged in to view attached files.
Hi,
You have used two different filter widgets (screenshot https://prnt.sc/pvjPdrFHxI6c) that have different count structure. Unfortunately, it’s impossible to make this filter counts to look the same using only custom CSS because of structure difference. If you want to make your filter widgets looks the same, you have to use same filter widget type for all your sidebar filters.
Kind Regards