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

Featured Collection - Product Title Size on mobile

Solved

Featured Collection - Product Title Size on mobile

WonderScopez
Visitor
3 0 2

Hey! I need to change the size of the titles of the products on my featured collection page for mobile view, because for PC view everything work's fine. My theme is Dawn.

 

Here is the screenshot so you can see that the titles are really small, I need to fix that. Looking forward to someone helping me haha

WonderScopez_0-1712859547157.png

 

 

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10211 2427 3079

This is an accepted solution.

Thanks for the info, i understand your frustration I check it how small it is. Check this one then.

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 (max-width: 749px){
.card__heading a {
    font-size: 25px;
}
}

 

And save. 

Result:

Made4uoRibe_0-1712917358265.png

 

 

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.

View solution in original post

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Hi @WonderScopez 

Would you mind to share your store URL? 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.
WonderScopez
Visitor
3 0 2
Made4uo-Ribe
Shopify Partner
10211 2427 3079

This is an accepted solution.

Thanks for the info, i understand your frustration I check it how small it is. Check this one then.

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 (max-width: 749px){
.card__heading a {
    font-size: 25px;
}
}

 

And save. 

Result:

Made4uoRibe_0-1712917358265.png

 

 

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.
NickRE8
Excursionist
15 2 2

@Made4uo-Ribe Thank you for this! Fresh Dawn v14 install and this worked flawlessly.

E-Commerce & Digital Content Team : www.RESHOEVN8R.com
Made4uo-Ribe
Shopify Partner
10211 2427 3079

Welcome, that good to hear it worked in your store.

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.