• Resolved Li-An

    (@li-an)


    Hello, very nice theme. I changed the color for menu background and cannot change the color in the text in search field. It’s grey and won’t change.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi, this CSS changes the search field background to white as well as the magnifying glass. You can insert it into Appearance->Customize->Additional CSS

    .header .search-bar .search-input {
        background-color: white;
    }
    
    .header .search-bar .search-icon {
        color: white;
    }
    Thread Starter Li-An

    (@li-an)

    Thanks a lot. Maybe you’ll have to add an option in customizer for this as the problem comes from one of the option existing.

    I plan to make a quick review of your theme on my blog ??

    Thread Starter Li-An

    (@li-an)

    Oops, the text is white in the customizer but still grey in the browser????

    Hi, I’m not the theme developer but hopefully they will see your previous request and add in that option.

    That said, to resolve your current issue with the text color of the search field you can use the following CSS

    .header .search-bar .search-input::placeholder {
        color: white;
    }
    
    .header .search-bar .search-input {
        color: white;
    }
    Thread Starter Li-An

    (@li-an)

    @jarretc : thanks a lot. It works.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘text color in search field’ is closed to new replies.