1. Home
  2. Custom CSS Tips
  3. Search Map Custom CSS

Search Map Custom CSS

Note: Customisation is not part of support, but we provide the following tips for starters.

We are currently Building a Custom Search Builder, but till we finish it, you can manage some Custom Search by removing few of Search option you may not need. Each of the following Code will remove the correcponding Search Option.

custom-css-map



1- Removing Search Keywords

.input-keyword {
display:none;
}

2 – Removing Location Box

.input-location:nth-of-type(2) {
display:none;
}

3 – Removing Category Box

.input-location:nth-of-type(3) {
display:none;
}

4 – Removing Radius Bar

#loc-radius-cont {
display:none !important;
}




Was this article helpful to you? Yes No 1