Dawn 15.2 | Change font color in menu drawer on mobile

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

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.

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

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:

Best,
Liz