Archived topic
Unnecessary icon in menu
3 replies · Started by Marcin on August 8, 2017
Viewing posts 1–4 of 4
Hi!
I don't have any pages in the menu. In the menu I only have a search option. Unfortunately, in the mobile menu is unnecessary icon (three strips). How to remove this icon?
My website - http://marcinszkodzinski.pl
Hi there,
Give this a shot:
@media (max-width: 768px) {
.menu-toggle {
display: none !important;
}
#site-navigation {
background-color: #222;
}
.mobile-bar-items {
position: relative;
float: right;
}
}
Thanks!
You're welcome :)
This archived topic is closed to new replies.