Hello, I would like to change the font size in the Avone template, but not on the product page, only on the product grid. I’ve been looking for a similar issue here, but none of the methods seem to work. I would also like to adjust the spacing between paragraphs for product titles. Could someone please help me? I’m attaching some pictures.On the left image is the effect I want to achieve, and on the right is the current state of my store.
1 Like
Hello @interregnum
Can you share store URL?
Hi @interregnum
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:
.grid-view-item .product-price__price:not(s.product-price__price.regular) {
font-size: 26px;
}
.grid.grid-products.carousel.slick-initialized.slick-slider {
line-height: 1;
}
And save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
1 Like
Only got theme.scss.liquid, theme.js, theme.min.js
That’s workin but only on Custom CSS. That’s bad bc i want that edit on every page expect product page
Or no, it only works in preview, but I cannot save the changes