How to remove borders from the slideshow

Solved

How to remove borders from the slideshow

CreatorTim
Navigator
471 1 71

Hi, I want to remove all borders from my slideshow, how can I do that? I mean the ones around the arrows, image frames, etc.

 

I already used this code, but it only worked on mobile, not sure why.

 
 
.slideshow__controls {
    border: 0 !important;
}

.slideshow__autoplay.slider-button {
    border-left: 0 !important;
}
 

Here’s my store: https://creationwithtim.com/products/cinematiq-lut-collection-copy
(Just scroll all the way down there's the slideshow)

 

Thanks,

Tim

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10203 2423 3069

This is an accepted solution.

Hi @CreatorTim 

Check your Base.css file where you paste the code. 

Made4uoRibe_0-1746095677022.png

Add 1 closing bracket } on the 4289 line. 

Made4uoRibe_1-1746095712282.png

And Save. Let me know if your still having problem. THanks!

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 3 (3)

Darshan17
Shopify Partner
26 2 4
 
Add this css 

@media screen and (min-width: 750px) {
.slideshow__controls {

 

position: relative;

border: none;

}
}
If this fixed your issue, a Like and marking it as a Solution would mean a lot!
Shopify Developer | Helping eCommerce Stores Grow – cmsMinds (Shopify Partner)
Need help improving your Shopify store to stay ahead of market trends or need expert support?
 Connect with me at ujjawal@cmsminds.com

Made4uo-Ribe
Shopify Partner
10203 2423 3069

This is an accepted solution.

Hi @CreatorTim 

Check your Base.css file where you paste the code. 

Made4uoRibe_0-1746095677022.png

Add 1 closing bracket } on the 4289 line. 

Made4uoRibe_1-1746095712282.png

And Save. Let me know if your still having problem. THanks!

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
CreatorTim
Navigator
471 1 71

Thanks bro! You're legend