[Resolved] Add Text Slideout Toggle

Home Forums Support [Resolved] Add Text Slideout Toggle

Home Forums Support Add Text Slideout Toggle

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #181128
    Webmaster

    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>

    • This topic was modified 8 years, 10 months ago by Webmaster. Reason: format
    • This topic was modified 8 years, 10 months ago by Webmaster.
    • This topic was modified 8 years, 10 months ago by Webmaster.
    #181132
    Webmaster

    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.

    #181175
    Tom
    Lead Developer
    Lead Developer
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.