Main product image + thumbnails

Solved

Main product image + thumbnails

Ryan1998
Pathfinder
101 2 32

Would you be able to make my main product images and thumbnails corners radius like this and also bring it away from the corner/smaller. So it goes from this 

Screenshot 2024-07-13 at 19.29.21.pngPHOTO-2024-07-13-19-33-27.jpg

To this:

Screenshot 2024-07-13 at 19.29.39.pngPHOTO-2024-07-13-19-33-27 2.jpg

 

 

Accepted Solutions (3)

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @Ryan1998

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file base.css

Step 3: Insert this code:  

 

.product__media.media.media--transparent img {
    border-radius: 25px;
}

.thumbnail {
    border-radius: 10px;
}

 

 Here is result: 

BSSCommerceHDL_0-1720897906243.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @Ryan1998, I see it still has borders on the corners. Here is the solution for this: 

<style>
.product-media-container {
    border: none;
}
</style>

Hope this can help you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @Ryan1998

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file base.css

Step 3: Insert this code:  

 

 

@media only screen and (min-width: 750px) {
.product__media-item.grid__item,
.product__media.media.media--transparent img
 {
  height: 400px;
 }

 .grid__item.product__media-wrapper {
    margin-top: 22px;
 }
}

 

 

Here is result: 

BSSCommerceHDL_0-1720900287273.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 4 (4)

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @Ryan1998

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file base.css

Step 3: Insert this code:  

 

.product__media.media.media--transparent img {
    border-radius: 25px;
}

.thumbnail {
    border-radius: 10px;
}

 

 Here is result: 

BSSCommerceHDL_0-1720897906243.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @Ryan1998, I see it still has borders on the corners. Here is the solution for this: 

<style>
.product-media-container {
    border: none;
}
</style>

Hope this can help you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Ryan1998
Pathfinder
101 2 32

great😁 could you make the main image smaller so its like this:

Screenshot 2024-07-13 at 19.29.39.pngPHOTO-2024-07-13-19-33-27 2.jpg

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @Ryan1998

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file base.css

Step 3: Insert this code:  

 

 

@media only screen and (min-width: 750px) {
.product__media-item.grid__item,
.product__media.media.media--transparent img
 {
  height: 400px;
 }

 .grid__item.product__media-wrapper {
    margin-top: 22px;
 }
}

 

 

Here is result: 

BSSCommerceHDL_0-1720900287273.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now