How do I change the style of the slideshow.

How do I change the style of the slideshow.

WILLIAM0716
Tourist
10 0 1

How can I change the width and add round corner to the slideshow section to be the same style as the image with text section. Here is what I do to the image with text section, I added the code down below to the base.css

.section-template--17923994845334__image_with_text_McaAfF-padding{
  border-radius: 25px;
  max-width:1200px;
  margin:0 auto !important;
}

I tried to do the same to the slideshow section but it didn't work.

.shopify-section-template--17923994845334__slideshow_aCM96D{
  border-radius: 25px;
  max-width:1200px;
  margin:0 auto !important;
}

IScreenshot 2025-03-12 125100.png

 

Replies 2 (2)

mageplaza-cs
Shopify Partner
394 32 67

Hi @WILLIAM0716 ,

Can you share the website URL?

Mageplaza | Top-Rated Shopify Agency | Trusted by 230,000+ worldwide merchants


If our suggestion works for you, please give it a Like or mark it as a Solution!


Should you have any questions or concerns, feel free to contact us via consultant@mageplaza.com

WILLIAM0716
Tourist
10 0 1

Thank you for reaching out. I have figured it out.