How do I change the font in my header? Specifically where it says grab bag in regular font, not letting me upload the screen shot. Any help would be greatly appreciated!
Go to your online store → customize → settings → custom CSS and paste this code there
.header__heading-link .h2 {
font-family: cursive;
}
You can select the font of that heading in Online Store > Themes > Customize > Theme settings > Typography
1 Like
@Rob112 Please follow below steps to change the heading font. Let me know whether it is helpful for you.
- From admin, go to “Online Store” → “Themes”.
- Click action button from the current theme and select “Edit code”.
- Search “base.css” file and paste below code at the bottom of the file.
.header__heading .header__heading-link span.h2 {
font-family: cursive !important;
}
NOTE: You can change the font-family as per you need.
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.
This is Noah from PageFly - Shopify Page Builder App
Hi @Rob112 You can change font-family header by follow image here:
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
1 Like
Thank you for your help!
Thank you, Have a nice day ?



