BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Change color and font of Mobile Navigation Bar

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

    #35480
    @flick-chicks

    Hi,

    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

    #35497

    Alyssa
    Participant
    @alyssa-buddyboss

    @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.

    #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!

    #35518

    Alyssa
    Participant
    @alyssa-buddyboss

    Awesome, glad I could help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Change color and font of Mobile Navigation Bar’ is closed to new replies.