Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #928896

    Hi, how can I change the text color in search box on the frontpage?
    Thanks.

    Yan

    • This topic was modified 6 years, 8 months ago by darajan.
    #929498

    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

    #929549

    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

    #929807

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.