• Resolved abbydywanfitch

    (@abbydywanfitch)


    Hi –

    Does anyone know how to change the text color within the search widget on the virtue theme? I have placed it in my topbar, and have found ways to change the default topbar text color, but it doesn’t seem to change the search widget text color.

    Your help is appreciated. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey,
    You didn’t post a link so this css may not work (always best to post a link so we can help you the best).

    But here is what I think your wanting, add this in your custom css box:

    #topbar-search input[type=text] {
        color: black;
    }
    #topbar-search .search-icon {
        color: black;
    }
    #topbar-search .form-search ::-webkit-input-placeholder {
       color: black;
    }
    #topbar-search .form-search ::-moz-placeholder {
       color: black; 
    }
    
    #topbar-search .form-search :-ms-input-placeholder {  
       color: black;  
    }

    Ben
    Kadence Themes

    Thread Starter abbydywanfitch

    (@abbydywanfitch)

    This totally worked. Thank you so much for the help!

    Hi. I am starting a new website. I used the code shown in this thread but my top bar is still the default blue color (no change). How do I change it?

    Hello Healthymc,

    You can adjust the topbar color by going to Theme Options> Advanced Styling, and adjusting the “Topbar Background Color” to what you need.

    Let me know if that works for you!

    -Kevin

    Perfect. Thank you!!!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Search widget font color (topbar)’ is closed to new replies.