Is it possible to hide the address details in the Venue facet? so the filter will only list the name of the venue rather than name + address?
2 Likes
Hi there, @kt_at_LINCC ![]()
Sure! just add this code to the Custom CSS field on the Style tab, and you’re good to go!
[class*="checklist-item__Description-sc"] {
display:none;
}
P.S. I noticed you’ve been sharing your customization requests in the CSS Codes category. Just a heads-up: this category is where we share ready-made solutions.
If you’re looking for help with customizing your widget, the Customization subcategory under Ask the Community is the best place to post. This way, we’ll catch your request and get to it quicker! ![]()
2 Likes
D’oh!! Thank you. Still figuring out how all this works. Appreciate all your help!
2 Likes
It’s my pleasure!
If any other questions come up, we’ll be more than happy to help ![]()
1 Like