Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Avada › Forums › Community Forum › Sticky header menu colour
Tagged: custom css, mobile menu, color, hamburger menu, colour, icon bars
Hello
Wonder if someone have a CSS for changing colour of the sticky header hamburger menu
Thanks
Hi,
Maybe give this a go?
.fusion-mobile-menu-icons a::after, .fusion-mobile-menu-icons a::before {
color: pink;
}