Menu Indicator
The topic ‘Menu Indicator’ is closed to new replies.
Need help? Check out our Support site, then
When people look at my site on their phone, the don’t seem to understand that the icon with three lines indicates a drop down menu. Is there a way to add the text “Menu” next to those lines?
The blog I need help with is: newfriendsvisits.wordpress.com
Hello Kerry.
Thank you for writing and using Paulie.
By default no text is showing, but you can solve this adding the following CSS rule:
.menu-toggle:after {
content: 'MENU';
padding-left: 10px;
font-size: 16px;
font-size: 0.75rem;
line-height: 1.5;
letter-spacing: 4px;
}
Here you have the info about adding CSS in WordPress dot com:
https://en.support.wordpress.com/custom-css/
https://en.support.wordpress.com/custom-design/editing-css/
Hope this helps. And congratulations for your lovely blog :)
Thank you again!
Ricardo P. from SiloCreativo
Thank you. Do you know if I need to upgrade to a Premium plan in order to do this?
Hello Kerry.
mmm, I’m not sure, but I think yes…
Let us know.
Ricardo P. from SiloCreativo
The topic ‘Menu Indicator’ is closed to new replies.