Tagged: x
-
AuthorPosts
-
September 8, 2016 at 11:05 pm #1167514
Headlines34ParticipantHi,
I can’t get my mobile nav button to display.
http://77.104.145.230/~artillio/horsepowerenterprisesllc.com
Thanks,
ChuckSeptember 8, 2016 at 11:06 pm #1167515
Headlines34ParticipantThis reply has been marked as private.September 9, 2016 at 2:41 am #1167654
RupokMemberHi Chuck,
Thanks for writing in! It’s there but color is white so it’s invisible. You can add this under Custom > CSS in the Customizer.
.x-btn-navbar, .x-btn-navbar:hover, .x-btn-navbar.collapsed, .x-btn-navbar.collapsed:hover { color: #333; }Hope this helps.
September 12, 2016 at 5:39 pm #1172110
Headlines34ParticipantThat seems to work, but it’s only showing three lines, instead of the full button. Is that inherited from the stack or can it be changed to a grey hamburger box with three white lines?
Also, I’d like to change the sub-menu under award winning restorations to center aligned and matching the primary menu font and size. How can this be achieved?
Thank you,
ChuckSeptember 13, 2016 at 12:50 am #1172549
RupokMemberHi Chuck,
It supposed to be just three lines. If you want; you can add styling to make like a button by updating hte code a bit :
.x-btn-navbar, .x-btn-navbar:hover, .x-btn-navbar.collapsed, .x-btn-navbar.collapsed:hover { background: #ddd none repeat scroll 0 0; color: #333; padding: 10px; }To match the submenu; you can use :
.x-navbar .mobile .x-nav ul { margin: 0; }Hope this helps.
September 20, 2016 at 11:36 am #1183351
Headlines34ParticipantHow could I add a slight radius to the mobile menu?
The code to match the submenu font to the primary did not work.Thank you,
ChuckSeptember 20, 2016 at 11:58 am #1183383
JoaoModeratorHi There,
Can you please add the following code to Appereance > Customizer > Custom > CSS
.x-btn-navbar, .x-btn-navbar:hover, .x-btn-navbar.collapsed, .x-btn-navbar.collapsed:hover { border-radius: 7%; } .x-navbar .mobile .x-nav li>a { background: white; font-size: 20px; }Hope that helps
Joao
September 20, 2016 at 1:53 pm #1183541
Headlines34ParticipantNav button is complete.
Still can’t get sub menu font to match parent.
Thanks
September 20, 2016 at 5:00 pm #1183764
JadeModeratorHi Chuck,
I have checked your site and the sub nav font seem to match the parent nav items. See screenshot below.
September 20, 2016 at 5:59 pm #1183817
Headlines34ParticipantYes, correct on mobile. I need it to match for the desktop. Sorry for the confusion.
Thanks,
ChuckSeptember 20, 2016 at 9:41 pm #1184110
JadeModeratorHi Chuck,
Please add this code:
.x-navbar .desktop .sub-menu a { font-size: 18px; }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1167514 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
