Archived topic
Add texte after toggle
6 replies · Started by Guillaume on August 1, 2019
Hello, how to add a text behind the toggle Off Canvas Panel ?
Sorry for my English
version of the theme: 2.3.2
GP Premium: 1.8.3

Hi there,
you can try adding this CSS:
.main-navigation .slideout-toggle a:after {
content: 'text';
margin-left: 10px;
}
ok for me
in generate-menu-plus.php
line 1133
return $nav . '<li class="slideout-toggle menu-item-align-right"><a href="#">TEXT</a></li>';`
Or
with CSS, thanks @David
Merci ;-)
If you edited the generate-menu-plus.php in the main theme folder, it will be erased during updates.
I would recommend the CSS solution David suggested above :)
@Leo, we agree
Awesome :)