Hi, I am trying to display text MENU underneath the 3 lines on the menu when visiting our website using mobile,
I have added code to quick CSS:
#advanced_menu_toggle:after {
content: “Menu”;
font-size: 14px !important;
left: 2px;
position: absolute;
top: 30px;
}
Not displaying with TEXT underneath. Any suggestions please.