1. Home
  2. Custom CSS Tips
  3. Search Image Header CSS

Search Image Header CSS

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

You can also make use of the following custom code to remove any of the search boxes in Image Header
header-custom-css



1- Removing Search Keyword

.bus-filter:nth-of-type(1) {
display:none;
}

2- Removing Location

.bus-filter:nth-of-type(2) {
display:none;
}

3- Removing Cartegory Selector

.bus-filter:nth-of-type(3) {
display:none;
}

3- Removing Date Selector

.bus-filter:nth-of-type(4) {
display:none;
}




Was this article helpful to you? Yes No