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

Solved

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

e-Naum
Tourist
7 1 2

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.

Accepted Solution (1)
e-Naum
Tourist
7 1 2

This is an accepted solution.

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

 

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

View solution in original post

Replies 4 (4)

ThePrimeWeb
Shopify Partner
2139 616 515

Hey @e-Naum,

 

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

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
e-Naum
Tourist
7 1 2

scr1.png

ThePrimeWeb
Shopify Partner
2139 616 515

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

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
e-Naum
Tourist
7 1 2

This is an accepted solution.

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

 

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