Site logo

Archived topic

Slideout hamburger icon

9 replies · Started by Mark on December 19, 2016

Viewing posts 1–10 of 10

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

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

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.

Any chance you can link me to your site?

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.

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;
}

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

Thanks Tom!

You're welcome :)

This archived topic is closed to new replies.