Okay
  Public Ticket #2538881
input text header search color
Closed

Comments

  •  28
    Co-Brains started the conversation

    Hi! I've noticed that when i use the "transparent header", for example in rows that have dark background, everything is good except for one thing: the input text in the search field is white, while in rows with default header is grey, as it should be. I was wondering where i can set up that. 

    thank you

  •  2,965
    Andrew replied

    Hi there,

    Use the following custom css in salient > General settings > CSS/Script related:

    body #search-outer #search input[type="text"], body.material #search-outer #search form input[type="text"] {
        color: grey !important;
    }
    

    Hope this helps.

  •  28
    Co-Brains replied

    thank you for the fast reply, have a nice day :)