Explore - Hide City areas

PHOTO EMBED

Tue Oct 13 2020 11:08:53 GMT+0000 (Coordinated Universal Time)

Saved by @linister #explore #listingsfeed

/* ML - EXPLORE DUBAI - HIDE Abu Dhabi Areas */
.page-id-3958 #search-form > div > div.light-forms.filter-wrapper > div:nth-child(3) {
display: none;
}

/* ML - EXPLORE DUBAI - HIDE city */
.page-id-3958 #search-form > div > div.light-forms.filter-wrapper > div:nth-child(4) {
display: none;
}
content_copyCOPY

First take the page ID where you can find when you edit the page on wordpress it will be in the url, revise the code above to match the page id, and then inspect the component you want to hide and then copy selector, then go to theme options custom css and add the code above along with { display: none; }