Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How To Make The Headings Smaller On Focal Theme (Product Page)

Solved

How To Make The Headings Smaller On Focal Theme (Product Page)

MS-Ecom2024
Excursionist
33 1 9

Hey Guys, I wanted to make the headings smaller like on the screenshot but couldn't figure it out. It would be great if anyone could help me solving this issue. 

This is my shop now: 

MSEcom2024_0-1704712198197.jpeg

 


That's the reference:

MSEcom2024_1-1704712198198.jpeg

 

 

Accepted Solution (1)

Moeed
Shopify Partner
6304 1712 2059

This is an accepted solution.

Hey @MS-Ecom2024 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (max-width: 767px) {
split-lines span {
    font-size: 20px;
}
}
</style>

RESULT:

Moeed_0-1704713113979.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 2 (2)

Moeed
Shopify Partner
6304 1712 2059

This is an accepted solution.

Hey @MS-Ecom2024 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (max-width: 767px) {
split-lines span {
    font-size: 20px;
}
}
</style>

RESULT:

Moeed_0-1704713113979.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Made4uo-Ribe
Shopify Partner
9039 2160 2665

Hi @MS-Ecom2024 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (min-width: 740px){
h3.heading.h3 {
    font-size: 25px !important;
}
}

 

And Save. 

Result:

Made4uoRibe_0-1704718179251.png

I cant find the reference, so I can check the size. But you can always change the size you like the current size is 32px and I used 25px. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.