Archived topic
Slideout Menu Title Instead Of Bars
7 replies · Started by Rylan Urban on June 17, 2017
I am using the slideout menu, but instead of having bars... I would like to have a title like "Training Modules".
How can I accomplish this?
Hi there,
Just want to make sure...are you wanting to switch out the slideout navigation hamburger icon on desktop?
Yes
Try this:
.main-navigation .slideout-toggle a:before {
content: "Training Modules";
}
Oh yeah, that's a little better.
- it would be nice to have it appear just like a regulation menu
- if that't not possible, we could vertically align the item
- either way there is an issue with the when the menu is actually slid out
solarsalesacademy.com
Hmm I don't see the slideout menu on that page currently?
oh sorry, click on "my account" and the primary menu shows up
In that case, you're better off doing this: https://generatepress.com/forums/topic/slideout-menu/#post-162826
So hide the default item, add your own with the necessary classes and text, and display it with CSS.