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

Re: Text under product photos smaller

Solved

How can I reduce the text size under product photos?

mira777
Excursionist
23 0 8

I want to make the text of the product name and price underneath the photos smaller. I find it to big now. Can someone tell me how to do this

Here you can see what it looks like now:
https://www.withdahw.com/ 

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
9069 2166 2673

This is an accepted solution.

Please replace on this one. So it will work on all collection you have in the homepage. 

 

.collection--full-width slider-component .full-unstyled-link {
    font-size: 16px !important;
}
.collection--full-width slider-component .price {
    font-size: 12px !important;
}

 

And save. 

 

 

 

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 ⚙️.

View solution in original post

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
9069 2166 2673

Hi @mira777 

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:

 

.collection.section-template--20525206602067__d0793acd-3372-4ed7-982c-801204a70701-padding .card__information a, .collection.section-template--20525206602067__048b093b-9e03-4bcf-8f9a-f67125541e9a-padding .card__information a {
    font-size: 16px !important;
}
.collection.section-template--20525206602067__d0793acd-3372-4ed7-982c-801204a70701-padding .price, .collection.section-template--20525206602067__048b093b-9e03-4bcf-8f9a-f67125541e9a-padding .price {
    font-size: 12px !important;
}

 

And save. 

Result:

Made4uoRibe_0-1704483828832.png

This code will only for collection in the homepage. 

 

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 ⚙️.
mira777
Excursionist
23 0 8

it doesnt work...

Made4uo-Ribe
Shopify Partner
9069 2166 2673

This is an accepted solution.

Please replace on this one. So it will work on all collection you have in the homepage. 

 

.collection--full-width slider-component .full-unstyled-link {
    font-size: 16px !important;
}
.collection--full-width slider-component .price {
    font-size: 12px !important;
}

 

And save. 

 

 

 

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 ⚙️.
mira777
Excursionist
23 0 8

This is perfect, only thing is that i want it on the collection pages as well.

So here: https://www.withdahw.com/collections/polo-shirt 

Can you fix this? you already helped me a lot, thankyou so much for that 🙂

mira777
Excursionist
23 0 8

it works but not for the bestseller collection, can you fix this?

besides that it doesnt work on the collection page itself, can you fix this as well?