• Resolved sudogo

    (@the-eagleman)


    Hello,

    I found your plugin very helpful, so I need to you help to make some customization
    I need to remove the location field from the filter search.

    Regards

Viewing 1 replies (of 1 total)
  • Hi @the-eagleman
    You can remove location field using two method:
    1. Add below CSS to your theme customizer ->additional css section

    .search_events.search-form-container .wpem-col:nth-child(2) {
        display: none;
    }

    2. Override template file called “event-filters.php” to your theme side by following this doc and remove the location filter from the template file.
    I hope this helps.
    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Location field’ is closed to new replies.