How to change the color of the mega menu in dawn theme

Hi @niceeee

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css

a.mega-menu__link.mega-menu__link--level-2.link {
    color: red;
}
.list-unstyled>li>a {
    color: blue;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

Thanks king