Site logo

Archived topic

Add texte after toggle

6 replies · Started by Guillaume on August 1, 2019

Viewing posts 1–7 of 7

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

Add text after toggle

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 :)

This archived topic is closed to new replies.