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

adthai
Pathfinder
98 0 32

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!!

unnamed.jpg

Replies 5 (5)

Zworthkey
Shopify Partner
5581 642 1565

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.

adthai
Pathfinder
98 0 32

hi, unfortunately that did not work for me 😕

Zworthkey
Shopify Partner
5581 642 1565

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

adthai
Pathfinder
98 0 32

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.

Kinjaldavra
Shopify Partner
2302 570 1422

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;
}