Hey, am trying to change the mobile toggle color of my site to green but its not responding. Kindly help
Mobile toggle color change
Hello there,
Try this code:
@media only screen and (max-width: 1199px) {
.menuStyle1 .mobile-menu-toggle_lines,
.menuStyle1 .mobile-menu-toggle_lines:before,
.menuStyle1 .mobile-menu-toggle_lines:after {
background-color: #48f34d;
}
}
Regards,
Kharis
I’ve tried that but still the color hasn’t changed
Hello there,
Flush cache on your site (if applied) as it sometimes blocks recent changes have made.
Regards,
Kharis