Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #882821
    thelistener
    Participant

    How can I match the fonts on the main nav and center the submenu links on http://bodybylagree.com? THANKS!!!!

    #883577
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    
    .desktop .sub-menu li a span {
        font-size: 14px !important;
    }
    
    .desktop .sub-menu li>a {
        text-align: center !important;
    }

    Thanks.

    #884225
    thelistener
    Participant

    Hi there, THANKS!

    How do I center the submenu itself and match the font used for the main menu links?

    #885099
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    .masthead-inline .x-navbar .desktop .sub-menu {
        left: auto;
        right: auto;
    }
    
    .desktop .sub-menu li a span {
        font-family: "Open Sans Condensed",sans-serif;
        font-size: 16px !important;
    }
    

    Hope that helps.

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