- This topic has 3 replies, 3 contibutors, and was last updated 7 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Question
Answers
Viewing 4 posts - 1 through 4 (of 4 total)
- The question ‘Title Bar Styling’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Themes › OneSocial theme › Title Bar Styling
Hi there,
I would like to change the color of the text for the title bar, but it seems it only changes the TextLogo and not the menu items.
Any way to change that?
Same question for me. As well I get on a transparant PNG Site logo always a background in grey. Why is that and where can I change that?
And second question: All page titles have a different colour on mobile. They are in red. I want to have them black as well.
Thanks.
Hi @vneck1986
You can use following to fix it temporarily
.site-title img{
background-color: transparent;
}
We will fix title and logo background issue shortly
Regards
Hi @rotju
You can use use following css to change the nav menu text color
@media screen and (min-width: 481px){
.main-navigation li a {
color: black;
}
}
You can replace black with your desired color.
Regards
Varun Dubey