Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #655956

    Hi
    I have the Search Icon in the logo area next to the menu.
    How do I format the text & back ground colour so you can see what you are typing in the search box?
    website is – http://www.LionsClubSCHI.org.au
    Thanks
    Dave

    #656019

    Hey Dave,

    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: #ffffff;
        background-color: #000000;
    }
    

    Adjust the hex color values as you wish.

    Best regards,
    Jordan

    #656084

    No that didn’t work :(
    Thanks any way

    #656219

    Hi,

    Please try this instead:

    #top #s {
    color:black !important;
    }

    Best regards,
    Rikard

    #656238

    Thank heaps works :)

    #656602

    Hi,

    Great, glad we could help :-)

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Search Box Formatting’ is closed to new replies.