Tagged: x
-
AuthorPosts
-
June 24, 2016 at 7:13 pm #1058673
piexecParticipantOn 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
June 24, 2016 at 7:19 pm #1058677
piexecParticipantThis reply has been marked as private.June 24, 2016 at 11:05 pm #1058944
Rue NelModeratorHello 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.
June 25, 2016 at 12:09 am #1058979
piexecParticipantThanks!!!
June 25, 2016 at 12:46 am #1058997
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1058673 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
