All things Shopify and commerce
I would be happy about a simple custom css code! By the way, I use the Shrine Theme.
Hi @Hannes09
Would you mind to share your store URL? Thanks!
---
Thanks, do you mean the product collection right?
If it is, check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
@media only screen and (max-width: 676px){
div#ProductGridContainer h3 {
font-size: 15px;
}
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks, but I have just found a similar solution with the help of another post on this platform... }
@media only screen and (max-width: 768px) {
h3 {
font-size: 13px !important;
font-weight: bold !important;
}
}
Okay, but you are calling all h3 on the store. If you like only to change the title on the product grid. You need to call it specifically.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025