[Resolved] Slideout hamburger icon

Home Forums Support [Resolved] Slideout hamburger icon

Home Forums Support Slideout hamburger icon

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #256082
    Mark

    Is there a way to have the slide out hamburger icon and text with “Menu” at the same time? I only want to use the slideout menu with no primary menu but, I want “menu” to be seen to the right of the icon.

    Thank you!

    Mark

    #256212
    Tom
    Lead Developer
    Lead Developer
    #256227
    Mark

    Thanks Tom

    Where is this getting added at?

    In your custom link you can give it a navigation label of: <i class=”fa fa-bars”></i> Menu

    #256335
    Tom
    Lead Developer
    Lead Developer

    This should help: https://generatepress.com/knowledgebase/using-menus/

    Check out the Custom Links section.

    #256356
    Mark

    Thanks again Tom.

    Yes, I’m fairly familiar with all that. And I did try to add a custom link but, nothing happened following the direction you first gave. Heck, I even try to make the custom link a parent and the over pages children. Didn’t see any difference.

    #256363
    Tom
    Lead Developer
    Lead Developer

    Any chance you can link me to your site?

    #256367
    Mark

    Do you want a login? Here’s the testing server. http://websolutionsbymark.info/

    I’ll send you login info if you’d like as well.

    Appreciate it Tom.

    #256509
    Tom
    Lead Developer
    Lead Developer

    Hmm, not seeing the other menu item added, but maybe just using CSS would be easier:

    .slideout-toggle a:after {
        content: 'Menu';
        padding-left: 10px;
    }
    #256549
    Mark

    Yep, that does it. I think that’s probably the best way.

    Thanks Tom!

    #256576
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.