Site logo

Archived topic

Add Text Slideout Toggle

2 replies · Started by Webmaster on March 23, 2016

Viewing posts 1–3 of 3

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 archived topic is closed to new replies.