Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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!
Solved! Go to the solution
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!
- 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.
Hi @atmos-art
let try to add this Custom CSS code:
.slideshow.banner .slideshow__text.banner__box {
border-radius: 6.4px;
}
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!
- 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.
Thanks again Dan. This works great!