Menu icon no text
-
Hi there
Is it possible to remove the word “menu” from the menu icon for small devices.The code I use now for menu appearance is:
@media (max-width: 768px) {
.menu-toggle {
line-height: 40px;
}
}@media (max-width:768px) {
.inside-header.grid-container {
flex-wrap: wrap;
}.site-logo {
display: block;
width: 100%;
text-align: center;
}/* Menu icon mobile devices */
nav#site-navigation {
margin: 0;
width: 25%;
line-height: 40px;
}
}/* navigation menu items height on max 768px */
@media (max-width: 768px) {
.main-navigation .main-nav ul li a {
line-height: 20px;
}
}The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Menu icon no text’ is closed to new replies.