The color of the search function (magnifying glass) changes on the mobile devices.
On Desktop and IPad landscape it ist grey and on Phones orange.
Where can I set the color for the search function for mobile devices. Should be gray everywhere.
Printscreens Mobile
https://the-relocation-company.ch/wp-content/uploads/2018/05/Lupe-orange.png
Printscreen Desktop
https://the-relocation-company.ch/wp-content/uploads/2018/05/lupe-grau.png
Hey J.,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 990px) {
#menu-item-search a {
color:#808080 !important;
}
}
Best regards,
Rikard
Super. It works fine.
Thank you very much.