How to change arrow colour on drop down menu DAWN

Hi,

I just changed my menu colour to dawn using this code…

}
.header__menu-item span{
color:#ebebeb;
}

But for some reason the drop down arrow next to “store” didn’t change colour and now you cant see it beause its the same colour as the background. Is there any way to change this?

I will post a picture so you can see.

Thank you

Hello @natsirt89

It’s GemPages support team and glad to support you today.

You can add more this custom CSS

.header__menu-item svg path{
  color:#ebebeb;
}

I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

That worked perfectly, thank you very much!

I am glad that my solution is helpful to you :grin: .