- This topic has 1 reply, 2 contibutors, and was last updated 8 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Question
Answers
Viewing 2 posts - 1 through 2 (of 2 total)
- The question ‘Change font color’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Change font color
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
Hi @jerseypeeps, Please add this css code inside your Boss theme’s custom css option..
.search-wrap input[type="text"] {
color: blue !important;
}
Regards