Removing the title and subtitle under the Debut's slidedow on mobile version

Hello there!

I wanted to make my slideshow on mobile displays both - the picture and - the title.subtitle.button which worked thanks to code previously posted on the forum!

However im now struggling to delete the “normal design” which means the title.subtitle.button that are under the slideshow. I have spent a couple hours trying to find but nope…

Here is a screenshot to be more explicit :

Does one of you know the answer, please can you help ?

Many many thanks !! That’s the website I am working on : www.dupainetdesroses.org

1 Like

@Ag21

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

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

Hope this works.

Thanks!

1 Like

Thats so cool , it worked ? Thanks a lot !!!