• Hello!
    How can I change color for the text (SE) “Skriv och tryck enter” in the search area on large screens? The text have a silver color as default I think.

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @killernames,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    ::-webkit-input-placeholder { color: #666; }
    :-ms-input-placeholder { color: #666; }

    Change the hex code to change the color. Let me know if that does it.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Change Color – Search Text’ is closed to new replies.