Archived topic
Add background color to Hamburger
3 replies · Started by Sars on February 8, 2021
Viewing posts 1–4 of 4
Dear Team,
How to add background color Only to the Hamburger Icon
Example: https://prnt.sc/ypd2ex
Hi there,
you can use this CSS:
.main-navigation .menu-bar-item.slideout-toggle>a {
background-color: #f00;
}
.main-navigation .menu-bar-item.slideout-toggle>a:hover {
background-color: #00f;
}
Thanks a lot!
You're welcome
This archived topic is closed to new replies.