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

    Hello!
    I need to change de font color of the ‘search box’ that appears in the logo area.
    As my color menu font is the same of the search box, when I type something to search, I don;t see it!
    Another possibility is change the color of the search box.
    Can you help me with this issue?
    I sent you a printscreen (the second picture shows when I selected the text)

    http://www.andyqueanda.com.ar/searchbox.jpg

    Thanks a lot!!
    Andy

    #705601

    Hey andyqueanda,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Jordan

    #705692

    Hello Jordan!
    Of course, here it is:

    The problem is on the search icon: when you type something to search, you dont see it, because the font is the same colour as background field.

    I hope it helps.
    Thanks in advance!

    Andy

    #705697

    Hi,

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

     input[type='text']#s {
        color: #000!important;
    }
    
    

    Best regards,
    Vinay

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