- This topic has 1 reply, 2 voices, and was last updated 3 years, 5 months ago by .
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.
Hi there
How can I change the color of the arrows in the (mobile)menue? Currently the arrows (which appear for sub-sites) are black and I can’t figure out how to change the color (to white).
thx for your help 🙂
Hi Michel,
By default, mobile menu icons share a color of mobile menu links. To customize it, navigate to Appearance > Customize > Additional CSS and add this code:
@media screen and (max-width: 979px) {
#mobile-menu .svg-inline--fa {
color: #ffffff !important;
}
}
Kind Regards