Shopify themes, liquid, logos, and UX
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/
Solved! Go to the solution
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!
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:
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!
it doesnt work...
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!
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 🙂
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?
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024