[Resolved] Change text and typing color at search box widget on header

Home Forums Support [Resolved] Change text and typing color at search box widget on header

Home Forums Support Change text and typing color at search box widget on header

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2299147
    Quested

    Hi guys
    Kindly help me change text and typing color at search box widget that I am using on header of this site. I tried many CCS snippets from your Support Form. But none is working for me. I want to use any visible (Preferable White or Gray ) text and typing color.

    Humble Regards

    #2299184
    Quested

    ???

    #2299262
    Fernando
    Customer Support

    Hello there,

    You can try adding this through Customize > Additional CSS:

    .header-widget input#wp-block-search__input-1, .header-widget input#wp-block-search__input-1::placeholder{
        color: #fff;
    }

    Or this for just the “typing” text:

    .header-widget input#wp-block-search__input-1 {
        color: #fff;
    }

    You may change the color value to your preference.

    Let us know how it goes.

    #2299345
    Quested

    Awesome. Worked perfectly.
    Thank you so much.

    #2299365
    Fernando
    Customer Support

    You’re welcome!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.