How to change size of a product in "shop"

How to change size of a product in "shop"

Reloger
Tourist
27 0 2

Reloger_0-1729700036075.pngReloger_1-1729700093957.pngReloger_2-1729700103717.png

Hi, I have a problem, I can not find anywhere a tutorial on how to change the size of the product, for example the “stitch” I can not change it to such a smaller size, the only thing I can do is to make a collection in which it is done as I wanted, however, I wanted to ask if it is possible to do it somehow so that the customer does not have to additionally enter the store and then the collection and only see the product, only I would prefer that the product was in the size as in the collections but not in the collection

Replies 2 (2)

websensepro
Shopify Partner
1953 234 285

Hi @Reloger ,

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

<style>
.product-grid-item img {
    width: 150px; /* Change to your desired width */
    height: auto; /* Maintain aspect ratio */
}
</style>

 

If my reply is helpful, kindly click like and mark it as an accepted solution. 
If you are happy with my help, you can help me buy a COFFEE
Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
Reloger
Tourist
27 0 2

Reloger_0-1729881600097.png

Didn't work ;/