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?
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024