Dear Supportcommunity
How can I change the color of the search-button on the top right (next to menubar)?
The default value is transparent. I would change it to white.
The search-button isn't inclued by the general button-settings.
Sorry for my English, I hope you unterstand and can help.
Thanks in advance, Marco
Comments
Search is getting white on hover, but if you need it permanently then use such custom CSS:
header .search {With regards.background-color: #fff;
}