Archived topic
Menu Question
1 reply · Started by Lee on September 12, 2022
Viewing posts 1–2 of 2
Hi guys,
Can you please help me change the colour of the mobile menu icon background so that it matches the main header colour. I can't find the optoin for it.
Also the same mobile menu is appearing in desktop mode along with the regular desktop menu. Can you please advise on how to remove it.
Many thanks in advance.
Hi there,
it needs this CSS:
.main-navigation.mobile-menu-control-wrapper .menu-toggle,
.main-navigation.mobile-menu-control-wrapper .menu-toggle:hover {
background: transparent;
}
This archived topic is closed to new replies.