BuddyBoss Home – Web Support Forums Themes Boss. theme Search Box Input Color White

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

    #45146
    @wrkazigmail

    the search input button color remains white which merges with the background and is not shown other then the default theme color scheme

    how do i change the color for this search input text and serach buttons?

    Answers

    #45165

    Anonymous
    @

    Hi @wrkazigmail, please make sure you have not added any custom css, I have checked again with latest version. It have visible color.
    Might be you have any other plugin which is creating some conflict.

    You can also add following css to you custom.css

    
    input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
        color: #737373 !important;
    }
    

    Regards
    Varun Dubey

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Search Box Input Color White’ is closed to new replies.