Forums
Forums / Theme: Agama / Toggle menu color
(@jbilodeau)
8 years, 5 months ago
Hi,
I am using a white background in my website. The toggle (hamburger) icon is displayed in white hover a white background and it makes it invisible.
Is there is a possibility to modify the color of the icon or the background color of this area?
regards
The page I need help with: [log in to see the link]
(@themevision)
Hello,@jbilodeau!
You can change the hamburger icon menu color by adding CSS code below into Customizing->Additional CSS
Customizing->Additional CSS
Code:
.mobile-menu-toggle-inner, .mobile-menu-toggle-inner::after, .mobile-menu-toggle-inner::before { background-color:#A569BD; }
To change the label color:
.mobile-menu-toggle-label{ color:#A569BD; }
Change the color code per your wish.
Regards
8 years, 4 months ago
Perfect! many thanks!
The topic ‘Toggle menu color’ is closed to new replies.