Hello,
I am creating my website with my menu items for desktop displayed as an icon. I am hoping to add the word menu beside the three line flyout icon. Is this possible?
Thanks,
Mikenna
Hey mikeens,
Please try the following in Quick CSS under Enfold->General Styling:
#top .main_menu .menu>li:last-child>a:before {
content: 'menu';
}
Best regards,
Rikard
Hi Rikard,
Thank you that worked perfect!
Best,
Hello Rikard,
Could you tell me how I would modify the hover color of the word Menu.
Thanks,
Hi,
It should take on the styling from the burger menu, but it’s not possible to target only the text unfortunately. If you want to style it differently then you might want to add the text in a widget instead: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
Best regards,
Rikard