BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › Change color and font of Mobile Navigation Bar
Tagged: Navigation Bar
- This topic has 3 replies, 2 contibutors, and was last updated 9 years, 9 months ago by Alyssa.
Question
February 5, 2015 at 8:00 pm #35480@flick-chicksHi,
I would like to makes two changes to the navigation bar on my mobile version.
1) My desktop nav bar is pink. I would like it to continue to appear pink on the “homepage” screen of the mobile version as it currently does, but be black on all other pages (only in the mobile version not desktop).
2) I have imported a Google font to my CSS file using this code:
@import url(http://fonts.googleapis.com/css?family=Dancing+Script:700);
How can I change the font of my website name that appears in the nav bar on the mobile version to the Dancing Script font?
Thanks
P.S. Hope your new theme is doing well. =)
Answers
February 6, 2015 at 10:52 am #35497@alyssa-buddyboss
AlyssaParticipant@flick-chicks
1) add to custom.css:#mobile-header{background-color:black;} .home-page #mobile-header{background-color:pink;}
2) add to custom.css:
#mobile-header .mobile-site-title{font-family:Danging Script;}
NOTE: I’m not sure of the actual name of this font so #2 may not be correct. Contact Google for support there if needed.February 6, 2015 at 12:58 pm #35507@flick-chicks@tjchester, worked perfectly. =)
In case others read this thread, just wanted to share that I also increased the font size by adding the following below the font-family since the dancing script font is slightly small:
#mobile-header .mobile-site-title {
font-family:Danging Script;
font-size:140%;
}Thanks!
February 6, 2015 at 3:28 pm #35518@alyssa-buddyboss
AlyssaParticipantAwesome, glad I could help.
- The question ‘Change color and font of Mobile Navigation Bar’ is closed to new replies.