This topic has 6 replies, 2 voices, and was last updated 2 years, 6 months ago ago by Rose Tyler
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.
Hello,
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
Thank you 🙂
You’re welcome!
Have a nice day!
Regards
Tagged: color change, persuasive, search filter, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up