How can I remove a white border in a slideshow?

Hello everyone.

can someone please help me with how to remove this white box in slideshow.
I just want Shop Now Button dont want that white box.
Please have a look attached SS. So you will understand me very easyly.

Hello @Kakar

Please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.

Here Dear.

https://artisstik.com/

Hello @Kakar

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.content-container {
    border-radius: 25px !important;
}
.banner__box {
    padding: 0px !important;
    min-width: auto !important;
}
1 Like

Thank you bro it works

1 Like