How can I eliminate slideshow icons in the debut theme?

Hello, how do I remove the slideshow icons in the debut theme ?

1 Like

@TiaM
Share me your Store URL so that I will fix it.
Thank you.

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

search below code in theme.scss.liquid, and make it display none

.slideshow__text-wrap--mobile { 
slideshow__text-wrap--mobile {
display: none; make this code none
position: relative;
top: -1.1rem;
background-color: var(--color-bg);
width: 85%;
margin: 0 0 -1.1rem 7.5%;
z-index: 8;
}

.

Www.Frugal-finesse.com

password : fraoch

Show More
Show More

Thank you this worked !!

@TiaM

Please add the following code at the bottom of your assets/theme.css file.

@media only screen and (max-width: 749px){
.slideshow__text-wrap--mobile { display: none !important; }
}

Hope this works.

Thanks!

Hey, I have the same problem but I’m using the dawn theme.. How could I fixt it?

~ Looking forward to a repsonse :slightly_smiling_face:

Hey, I have the same problem but I’m using the dawn theme.. How could I fixt it?

~ Looking forward to a repsonse :slightly_smiling_face: