All of the text on my mobile menu is black so it blends in with the background.. how do I edit it to make it white or something? I’ve tried adding the following code to the bottom of my theme.scss.liquid file, however it still isn’t working. The link to my website is shopwavehive.com
button.btn--link.js-toggle-submenu.mobile-nav__link.mobile-nav__link--active {
color: #fff;
}