Shopify themes, liquid, logos, and UX
Hi,
I am trying to change the font of the heading on the image with text section on the password page without changing the font of all the other headings in the website. See the screenshot below.
Thankyou in advance!
Solved! Go to the solution
This is an accepted solution.
Hi @DD2024 ,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.
h2.image-with-text__heading.inline-richtext.h2 {
font-family: cursive !important;
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
This is an accepted solution.
Hi @DD2024 ,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.
h2.image-with-text__heading.inline-richtext.h2 {
font-family: cursive !important;
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
Now it’s up to you which font style you prefer. I’ve applied the cursive style for you, but if you don’t like it, here are some other font styles you can try. Just replace 'cursive' with one of these font styles and see how it looks
Thankyou very much!
Hi,
Here are the steps to follow
1. Go to Online Store -> Theme -> Edit code.
2. Open your component-image-with-text.css file and add css.
h2.image-with-text__heading.inline-richtext.h1 {
font-family: emoji !important;
}
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025