• Closed
  • Kimli Welsh
    Spectator
    March 3, 2017 at 5:09 pm #32775

    I have the search widget in the header of my site. Text entered into the search bar is white, on a white background. How can I change the colour of the text that appears when someone enters a search term?

    Thanks!

    Priyank
    Spectator
    Posts: 747
    March 4, 2017 at 7:23 am #32789

    Hi,

    You have added this custom css in theme options custom css area
    #search-text-top {
    color: red !important; //you want to color
    }

    Thank you