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


While waiting for a response from one of our team members, we recommend to check Support Center where it is highly likely that you will find the answer to your question in no time.

Sign In or Register to comment.