Solved

How to I change the font of the Rich text heading on my home page?

captain_moo
Visitor
2 0 0

Hi I would like to change the Main heading/ title on my home page? but can't seem to work out how. 

The website is www.piratebracelets.com I would like to change the top title - "ahoy & welcome...." to 'Vala regular' font to match the products titles on the rest of the page. Can anyone help??

Cheers, Captain Moo 

Accepted Solution (1)

oscprofessional
Shopify Partner
15834 2369 3072

This is an accepted solution.

Hello,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

#shopify-section-1586906388145 h2.rich-text__heading--medium.text-center {
    font-family: Vala, serif;
}
Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing

View solution in original post

Replies 2 (2)

oscprofessional
Shopify Partner
15834 2369 3072

This is an accepted solution.

Hello,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

#shopify-section-1586906388145 h2.rich-text__heading--medium.text-center {
    font-family: Vala, serif;
}
Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
captain_moo
Visitor
2 0 0

Brilliant I have just done that thank you 🙂