Comments 1Bhandi started the conversationNovember 4, 2019 at 2:47pmHello Stachethemes, and thank you a lot for that nice plugin !(Sorry if my english si not really good :/)I have a need, about the "Location" filter of my agendaThere a lot of different adress in the top bar filter, and i need to simplify that.My need is to only show the checkbox of the country, and hide the other checkbox.There is a way to have this ?Thank you so much for your answer,Adrien1 Likepepecharlie67 repliedNovember 7, 2019 at 10:49amHi,I have the same question.I need to show only the cities.Thanks again! 877Zhivko repliedNovember 10, 2019 at 3:18pmAdd this css to your custom styles:Display countries only: .stec-top-menu-filter-by-location .stec-top-menu-filter-contents ul { display: none !important;}Display countries and cities: .stec-top-menu-filter-by-location .stec-top-menu-filter-contents ul ul { display: none !important;} Stachethemes Developer Sign in to reply ...
Hello Stachethemes, and thank you a lot for that nice plugin !
(Sorry if my english si not really good :/)
I have a need, about the "Location" filter of my agenda
There a lot of different adress in the top bar filter, and i need to simplify that.
My need is to only show the checkbox of the country, and hide the other checkbox.
There is a way to have this ?
Thank you so much for your answer,
Adrien
Hi,
I have the same question.
I need to show only the cities.
Thanks again!
Add this css to your custom styles:
Display countries only:
Display countries and cities:
Stachethemes Developer