- This topic has 2 replies, 2 voices, and was last updated 4 years, 6 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘menu on smaller screens’ is closed to new replies.
Hi I really like the look of this azuma theme…
Have a question re the main top menu when viewed on a mobile/smaller device
It shows as the 3 small horizontal lines. Is it possible these 3 lines can be changed to read “menu” instead?
Love your work!
Please add this CSS snippet to ‘Appearance’ > ‘Customize’ > ‘Addtional CSS’:
.toggle-nav {
width: 4em;
font-size: 1em;
}
.toggle-nav::before,
.toggle-nav.menu-open::before {
content: "menu";
font-weight: normal;
font-family: inherit;
}
Sorted. Thanks for that!