Hello Darling mobile navigation bars

QuestionsCategory: Hello DarlingHello Darling mobile navigation bars
sue blackburn asked 5 years ago

I’m having a hard time figuring out how to change the color of the three lines in the navigation bar on the mobile site of hello darling. Right now they are white and the background is a light pink and they are extremely hard to see. I have gone into customizing colors and cleared the cache, but can’t seem to figure out how to fix this.

1 Answers
Jennifer Staff answered 5 years ago

You can add this to your additional css spot.  Change that #333 to any color you would like.
 
.nav-primary .responsive-menu-icon::before {
color: #333 !important;
}
 Then be sure to clear your hosting cache.