Hi dankolamers,
I hope I understood it well.
Is theme you work with Sparkling Theme???
Not sure what you call3 bar Buttons
Anyway,
put this code to your Child Theme style.css file
OR
Install Simple Custom CSS plugin and put the code there.
.navbar > .container .navbar-brand {
color: red;
}
or
.navbar > .container .navbar-brand {
color: red!important;
}
or
.navbar .container .navbar-brand {
color: #fff;
}
or
.navbar .container .navbar-brand {
color: red!important;
}
if it is what was written above, then try this:
.navbar-default .navbar-toggle .icon-bar {
color: #fff;
}
or
.navbar-default .navbar-toggle .icon-bar {
color: #fff;
}
Change the red to any coulor you want to.
Hope this will be helpful.
If not try to make a screenshot with some marking description what you want to change.
Cheers
TR