How can I fix the slideshow frame issue in Sense theme 13.0?

Dear friends,

please help me fix problem with frame around bottom .How to disable this layer? (Sense theme 13.0 slideshow )

It is necessary to leave only the button and remove the frame around the button, otherwise it will terribly overlap the banner.

Brgds.

Hey @e-Naum ,

Can you share the link to your store and a screenshot of what section you are talking about?

Share the link to your store also please @e-Naum

Problem was fixed. In base.css put this code :

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

Hi E-Naum

sorry stupid question, where do i go to place the code you mentioned?