Archived topic
Add Menu Label on Desktop
5 replies · Started by Rizki on September 2, 2019
Viewing posts 1–6 of 6
Hi there,
How to add menu label for desktop view ?
Thanks
Hi there,
What kind of label? Do you have any examples?
You can see my site on mobile, the "navigasi" label appears next to the hamburger menu. How to add the label to desktop display ?
Try this CSS:
.slideout-toggle a:after {
content: "navigasi";
}
Thanks Leo, it works very well :)
No problem :)
This archived topic is closed to new replies.