Is there a way to change the background colour and text colour on the search filter when you open it.
Currently it’s white and I want to change it.
Theme version: 8.1.1Hello,
Thanks for using our theme.
Provide URL of page with the filter via the Private Content area.
Regards
Added
Hello,
Add the next code in Theme Options > Theme custom CSS:
.search-full-width .et-mini-content.active,
.autocomplete-suggestions {
background-color: #222 !important;
}
.search-full-width .category-grid.text-color-dark .count,
.search-full-width .et-mini-content.active,
.search-full-width-form .products-title,
.search-full-width .category-grid .categories-mask h4,
.autocomplete-no-suggestion {
color: white !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.