Reply To: Add Text Slideout Toggle

Home Forums Support Add Text Slideout Toggle Reply To: Add Text Slideout Toggle

Home Forums Support Add Text Slideout Toggle Reply To: Add Text Slideout Toggle

#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.