How can I alter mobile navigation submenu text color in Debut theme?

Hello, STORE: adk.lv

can anyone help with some simple coding?

  1. How to change the mobile nav submenu text from grey to white, although other items ar white, but when it has a submenu it turns grey (example 1)

  1. In the mobile submenu level 3 text is all white, but it needs to be black like in the desktop version. (example 2)

Thank you kindly!

hii, @NixPlixDix
Paste this code on top of the theme.scss file.

button.btn--link.js-toggle-submenu.mobile-nav__link {
    color: white !important;
}

Thank You.

Thank you, this helped with the first issue! :))

Still, c and anyone help with this?
In the mobile submenu level 2 and 3 text is all white, but it needs to be black like in the desktop version. (example 2)