How to change corner radius of containers on image slideshow?

Solved

How to change corner radius of containers on image slideshow?

atmos-art
Explorer
58 0 10

Hi, 

I am trying to add a corner radius of 6.4px to the corners of the containers on this section of my homepage but I cannot figure it out.


Would anyone be open to helping? Thanks in advance!

 

URL: https://www.atmos.art/

 

Screenshot 2025-05-28 at 23.36.23.png

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11996 2345 2522

This is an accepted solution.

You can do that by adding this code to Custom CSS of that slideshow section

.banner__box {
    border-radius: 6.4px;
}

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 3 (3)

BiDeal-Discount
Shopify Partner
790 105 178

Hi @atmos-art 

let try to add this Custom CSS code:

.slideshow.banner .slideshow__text.banner__box {
  border-radius: 6.4px;
}

BiDealDiscount_0-1748476646973.png

 

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp

Dan-From-Ryviu
Shopify Partner
11996 2345 2522

This is an accepted solution.

You can do that by adding this code to Custom CSS of that slideshow section

.banner__box {
    border-radius: 6.4px;
}

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

atmos-art
Explorer
58 0 10

Thanks again Dan. This works great!