Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1058673
    piexec
    Participant

    On my primary nav, I need help with the following:

    1. On the “Menus” link, the link dips down slightly, maybe 2-3 pixels. I need to get that top aligned with the other menu items.
    2. On hover, I need the top of the sub menu, flush with the bottom of the nav bar. Right now it floats off over the bricks.
    3. I need the sub menu nav bar fonts to be #fff and slightly larger.

    Thanks in advance!

    Mike

    #1058677
    piexec
    Participant
    This reply has been marked as private.
    #1058944
    Rue Nel
    Moderator

    Hello Mike,

    Thanks for writing in!

    1] To resolve this issue and remove the 2-3 pixel difference on this menu item, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-navbar .desktop .x-nav > li > a span:after {
        font-size: 18px;
    }

    2] To move up your sub menu, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-navbar .desktop .x-nav > li ul {
        top: 70px;
    }

    3] To increase the font sizes of the sub menu items, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-navbar .desktop .sub-menu li > a {
        color: #fff;
        font-size: 16px;
    }

    If you need anything else we can help you with, please let us know.

    #1058979
    piexec
    Participant

    Thanks!!!

    #1058997
    Christopher
    Moderator

    You’re welcome.

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