• Resolved kefaur

    (@kefaur)


    hello again
    I am trying to change the font color to # 0a0a28 and magnifier in search box, the default is # FFFFFF but can not find place to do it, you can help me please? thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • add all this css to your custom css box in the theme options:

    #topbar-search .form-search ::-webkit-input-placeholder {color: #0a0a28;}
    #topbar-search .form-search :-moz-placeholder {color: #0a0a28;}
    #topbar-search .form-search ::-moz-placeholder {color: #0a0a28; opacity: 1;}
    #topbar-search .form-search :-ms-input-placeholder {color:#0a0a28;}
    #topbar-search #searchsubmit {color:#0a0a28;}
    #topbar-search input[type=”text”] {color:#0a0a28;}

    Kadence Themes

    Thread Starter kefaur

    (@kefaur)

    your amazing service, great support, definitely works, thanks for your support, many thank you very much.

    Just found this – very helpful. Thanks.

    Hello there,

    It works for me too. And if I want to change the background color of the search box, what I need to add to the CSS?

    Thanks in advance…

    I got it.

    Thanks anyway…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Color Search Box TopBar’ is closed to new replies.