Hi I can’t figure out how to change the font of where it says " Log In" or “create account” when you click the hamburger icon. It stands out and is not the same font as "Shop’’ and “Blog”
Also when you click on it, I can’t figure out how to change the font / color of "return to your store’ “forgot password” “create account” …Anyone know how to do this?
This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.scss->paste below code at the bottom of the file:
.drawer-nav__item--secondary a {
font-family: Quantico,sans-serif;
}
.form-vertical p a,
#HideRecoverPasswordLink,
#create_customer a {
font-family: Quantico,sans-serif;
color: #000;
}
Hi, It worked ! However the “Return to Store” when clicking create account is not bold font like the “Return to Store” that comes up when clicking on “Log In”
Please see pictures attached and if you found a solution. Thanks!