We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How can I adjust font size for mobile view only?

Solved

How can I adjust font size for mobile view only?

manoman
Pathfinder
140 1 22

Hello!

I want to change the font on  a specific line of text ONLY on mobile view. It's good for desktop, I just want to change it for mobile. 

Please let me know and I can PM you the website, I dont want to share it here public as others can search this up.

Thank you in advance!

 

 

Accepted Solution (1)

Moeed
Shopify Partner
7764 2081 2567

This is an accepted solution.

Hey @manoman 

 

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>
.product__text.caption-with-letter-spacing {
    font-size: 15px !important;
}
</style>

RESULT:

Moeed_0-1698753786524.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 6 (6)

Moeed
Shopify Partner
7764 2081 2567

Hey @manoman 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


manoman
Pathfinder
140 1 22

Just pm you. Thanks man! 

Moeed
Shopify Partner
7764 2081 2567

This is an accepted solution.

Hey @manoman 

 

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>
.product__text.caption-with-letter-spacing {
    font-size: 15px !important;
}
</style>

RESULT:

Moeed_0-1698753786524.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
10211 2427 3079

Hi @manoman 

Would you mind to point out the specific line you like to change? 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.
manoman
Pathfinder
140 1 22

Yes it worked. Thank you so much! Do you mind editing out the screenshot of my website here on the thread? 

Made4uo-Ribe
Shopify Partner
10211 2427 3079

The only one can change that is the one who post.😅

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.