How can i change the heading font on image with text section on password page

Solved

How can i change the heading font on image with text section on password page

DD2024
Tourist
13 0 1

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!

Screen Shot 2024-12-16 at 10.44.45 pm.png

Accepted Solution (1)

websensepro
Shopify Partner
1668 188 224

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:

websensepro_0-1734350273662.png

 

 

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!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

View solution in original post

Replies 4 (4)

websensepro
Shopify Partner
1668 188 224

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:

websensepro_0-1734350273662.png

 

 

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!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
websensepro
Shopify Partner
1668 188 224

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

 

websensepro_9-1734351232415.png

 

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
DD2024
Tourist
13 0 1

Thankyou very much!

Weblegs_Support
Shopify Partner
16 1 0

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