Live Search Focus Color
Hey,
I added a live search bar to my shop category page. The thing is that it inherits the color from: Theme options > Colors > General > Background > Content background.
I added the following to my custom CSS in order to make it white:
/* Make the search bar white */
.mfn-live-searchform input.field
.mfn-live-searchform input.field:focus
.mfn-live-searchform input.field:active {
background-color: #ffffff !important;
color: #000000 !important;
}
The search bar is now white, but when I click in the search bar (focus?), it changes back to the theme background color.
I need the search bar to be white.
/Michael
Comments
Hi,
Please try the following CSS code:
Best regards