BuddyBoss Home – Web Support Forums Themes Boss. theme Change font color

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

    #56672

    Anonymous
    @

    How can you change font color for the search bar ( global search plugin ) I have the top bar in black obviously the search inputt area is dark in color and you can’t see font when typing

    Answers

    #56703

    Anonymous
    @

    Hi @jerseypeeps, Please add this css code inside your Boss theme’s custom css option..

    
    .search-wrap input[type="text"] {
        color: blue !important;
    }
    

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Change font color’ is closed to new replies.