Archived topic
Add Text Slideout Toggle
2 replies · Started by Webmaster on March 23, 2016
I desire adding text "menu" to the left of slideout toggle.
\gp-premium\addons\generate-menu-plus\functions\generate-menu-plus.php
I can slip in some code on line #659. Is there a better way? I don't wanna keep doing this after each update.
<li class="slideout-toggle"><a href="#generate-slideout-menu" data-transition="overlay"></a></li>
I've also played around with the idea of adding some css.
li.slideout-toggle a:after {
content: "menu";
padding: 0 10px;
}
...what do you recommend? If I use the :before than the hamburger disappears.
This might help: https://generatepress.com/forums/topic/slideout-menu/#post-162826
