Okay
  Public Ticket #2204428
Location Filter
Closed

Comments

  •  1
    Bhandi started the conversation

    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

  • pepecharlie67 replied

    Hi,

    I have the same question.

    I need to show only the cities.

    Thanks again!

  •  787
    Zhivko replied

    Add 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