Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #639491

    A while ago you gave me the advice to add

    #s { color: black !important; }

    to my quick CSS to make the search bar text black instead of white, but it turned back white for some reason. Any advice?

    #639492

    Hey msrun101,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

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

    Best regards,
    Jordan

    #641671

    That worked! When a user types in the field, it is black. However, the default font that says “search …” is still in white and hard to read.

    #641886

    Hi,

    Please try the following as well:

    #top .header_color input[type='text']::-webkit-input-placeholder {
        color: black !important;
    }

    Best regards,
    Rikard

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