Brooklyn theme: Make Drawer Buttons Transition from White to Black on Mobile

Hi, my URL is a-lineage-story.myshopify.com. Password is ‘beckew’. I was wondering if I could make the words in my mobile drawer fade from white to black when I press the burger icon on mobile? Basically, I want the drawer to open with white letters and quickly fade to black letters - if possible. Thank you!!

Hii, @adthai
Paste this code on top of the theme.scss file.

li.mobile-nav__item.mobile-nav__item--secondary a {
    color: #1A1A1A;
}

Thank You.

hi, unfortunately that did not work for me :confused:

hello @adthai

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

li.mobile-nav__item.mobile-nav__item--secondary a {
    color: #1A1A1A;
}

@adthai
Can you give me a screenshot and mark the location where you want to change it.
Thank You.

I would like the drawer on the left hand side to open, and have the text to fade from white to black on every page, if that makes sense.