Tagged: search box
Hi, how can I change the text color in search box on the frontpage?
Thanks.
Yan
Hey Yan,
Do your mean the text you would type, or the placeholder word “search”?
For the text you would type, please try this code in the General Styling > Quick CSS field:
#top .header_color .avia-search-tooltip input[type='text'] {
color: red !important;
}
Best regards,
Mike
It works, thanks.
Btw, is there a place which lists most essential CSS code samples or names which could be used in custom.css file for enfold system.
Yan
Hi,
You can take a look at Enfold documentation here under Code Snippets,
and the video tutorials here
We are in the process of updating the documentation with a lot more updated Code Snippets, these should be online in a few weeks.
Best regards,
Mike