Dawn 15.2 | Change font color in menu drawer on mobile

Solved

Dawn 15.2 | Change font color in menu drawer on mobile

Ell_Soll
Pathfinder
127 0 32

Can you help me chenge the font color of the "Sign In" text in the mobile menu drawer?

 

Screenshot_20250124_013006_Chrome.jpg

Accepted Solution (1)

LizHoang
Shopify Partner
948 114 148

This is an accepted solution.

Hi Ell_Soll

- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

.menu-drawer__account {
    color: #000; #
    font-weight: 600;
}

 

Result: 

LizHoang_0-1737688127774.png

 

Best,
Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

View solution in original post

Replies 4 (4)

DaisyVo
Shopify Partner
3794 412 499

Hi @Ell_Soll 

 

Could you please share the store link as well so we can check it further?

 

Looking forward to hearing from you soon. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
Ell_Soll
Pathfinder
127 0 32

ellsoll.com

devcoders
Shopify Partner
1009 129 266

Hello @Ell_Soll 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

.menu-drawer__account {
    color: #3d3d3d;
    font-weight: bold;
}

 

devcoders_0-1737686765713.png

 

 

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

LizHoang
Shopify Partner
948 114 148

This is an accepted solution.

Hi Ell_Soll

- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

.menu-drawer__account {
    color: #000; #
    font-weight: 600;
}

 

Result: 

LizHoang_0-1737688127774.png

 

Best,
Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program