Change color on search mobile
-
How can I change from this ugly color? The reason it has this color is because this is the primary color in elementor.
Hello,
Could you please share the screenshot, and which color do you want to change on the mobile exactly? Please mark on the screenshot, so that I can check and assist you accordingly.
Best Regards,
I want to change this purple color to either transparent or same color as the white/grey background.
Attachments:
You must be
logged in to view attached files.
Hello,
Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Mobile CSS section:
.wd-search-form button.searchsubmit {
background-color: transparent;
}
Best Regards.
But is there no way to change search button color?? That seems very strange I need to use CSS? It has to be possible somewhere in the settings?
Hello,
Yes, the color options are available, but only for the colored icon like these: https://ibb.co/PZ87rMn9
You should one of them if you want to set your own color and remove the given custom CSS code.
Best Regards.