Search box text color

  • ljfent

    #48918

    Is there a way to change to color of the search box text… Does it get its color from another setting?

    Thanks,

    Admin

    Syahir Hakim

    #48923

    The search box simply applies a white background with 90% transparency. This ensures that it blends well with most colours one might choose for the top bar / main menu.

    To customize the search box to any particular colour, try this Additional CSS:

    #top_search input,
    #top_search .btn-default {
       background: #ffffff;
    }
    

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.