Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1137290
    crucialtim
    Participant

    Hi,
    I’m having trouble changing the font for the header/footer navigation on a site I’m working on.

    I guess I must not be targeting the right css classes. I’m trying to use a font via fonts.com and have it working elsewhere on the site (headline and body text), but can’t seem to get the navigation to work.

    http://ferro.crucialstaging.com

    #1137294
    crucialtim
    Participant
    This reply has been marked as private.
    #1137426
    crucialtim
    Participant

    I figured this one out, finally.

    In fonts.com, I needed to specify:

    .x-nav a
    .x-navbar .desktop .x-nav > li > a

    #1137458
    Jade
    Moderator

    Glad to hear you got it sorted. Cheers! 🙂

    #1137462
    crucialtim
    Participant

    One other question though…I added a custom header (above the logo/navigation) via the Customizer. I eliminated the social links (don’t need those). How can I decrease the white space below the type in the header, so it matches what’s above the text?

    http://ferro.crucialstaging.com

    #1137595
    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    p:empty {
        display: none;
    }

    Hope this helps.

    #1137614
    crucialtim
    Participant

    Perfect, thanks Jade!

    #1137883
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1137290 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>