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


