Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27216

    I use the Enfold-theme and have changed the alternate background color in the enfold options menu. When I do this, also the background color of input field of the search bar in the main menu changes.

    What have I to do that background color of the search bar remains white and how can I change the font color of the search bar input field in the main menu?

    Thanks.

    #133210

    Hi,

    Please use this on your custom.css or Quick CSS to change the background color of the search field.

    #s {
    background: white !important;
    }

    And this for the input color.

    #top .header_color input[type='text'], #top .header_color input[type='input'] {
    color: red !important;
    }

    Change the color value.

    Regards,

    Ismael

    #133211

    Great, it works!

    Thank you so much, Ismael.

    Best wishes

    Werner

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change background color of input field in the search bar’ is closed to new replies.