Remove Slideshow buttons for desktop and mobile debut theme

Hi,

Would appreciate anyone’s help. I’ve tried multiple solutions on here and none have worked for both mobile and desktop. I would like to remove the slideshow buttons/controls from both the mobile and desktop versions of my site.

WWW.EGOAVENUE.COM - PASSWORD ‘HELLO’

1 Like

@LaurenChristina

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

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

@media only screen and (min-width: 750px){
.slideshow__arrows--mobile {display: none !important;}
.slideshow__controls {display: none !important;}
}

Hope this works.

Thanks!

4 Likes

@dmwwebartisan and how van you add the text on your picture if you look through mobile view? because there is the text under the picture.. thanks!

1 Like

@dmwwebartisan Amazing it worked! Thank you soo much!!

1 Like

@Laura98

To do so need to check your website. Please make a different post for this problem so I can provide you solution.