Archived topic
Insert a text left to the custom menu toogle button
5 replies · Started by Ender on June 7, 2019
Viewing posts 1–6 of 6
Hi.
How I can add on specific pages into the custom menu toogle button (responsive view; it is a css chevron button) a text like „Menu“?
Hi there,
Maybe something like this?
.ugb-nav-icon .b1:before {
content: "menu";
}
Thanks Leo, it works, but i need help for the chevron button (secondary menu).
Not quite sure what you mean.
Can you explain a bit more?
I mean the other toogle button: the chevron (arrow) button for the secondary menu.
It would be something like this:
.arrow-down:before {
content: "menu";
}
This archived topic is closed to new replies.