Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1167514
    Headlines34
    Participant

    Hi,

    I can’t get my mobile nav button to display.

    http://77.104.145.230/~artillio/horsepowerenterprisesllc.com

    Thanks,
    Chuck

    #1167515
    Headlines34
    Participant
    This reply has been marked as private.
    #1167654
    Rupok
    Member

    Hi 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.

    #1172110
    Headlines34
    Participant

    That 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,
    Chuck

    #1172549
    Rupok
    Member

    Hi 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.

    #1183351
    Headlines34
    Participant

    How 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,
    Chuck

    #1183383
    Joao
    Moderator

    Hi 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

    #1183541
    Headlines34
    Participant

    Nav button is complete.

    Still can’t get sub menu font to match parent.

    Thanks

    #1183764
    Jade
    Moderator

    Hi Chuck,

    I have checked your site and the sub nav font seem to match the parent nav items. See screenshot below.

    #1183817
    Headlines34
    Participant

    Yes, correct on mobile. I need it to match for the desktop. Sorry for the confusion.

    Thanks,
    Chuck

    #1184110
    Jade
    Moderator

    Hi Chuck,

    Please add this code:

    .x-navbar .desktop .sub-menu a {
        font-size: 18px;
    }

    Hope this helps.

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