How do I remove not just the text but also the text box from slideshow?

I’m using the theme: Ride

and I came upon a very disturbing and annoying feature under the slideshow.

I want to have just a slideshow without text and there is no option to remove said text.

Yes, I can delete the text in the text fields but the issue now is the box content where the said text is placed, it just doesn’t go away. Does anyone know how to fix that?

On the images it looks like a pill button due to the removal of the text.

website: https://pikkori.com

You could try adding this code to the bottom of compontent-slide.css

.slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-accent-1.gradient.slideshow__text--center.slideshow__text-mobile--center {
  display: none;
}
1 Like

Please add below css in bottom of base.css file

.slideshow__text.banner__box {

display: none;

}

Thank you.

2 Likes

Thank you @Nick_Marketing , this actually worked :slightly_smiling_face:

I tried your option but it didn’t work for me.

Thank you for helping.

Meanwhile I used @Nick_Marketing solution and it worked.

I’m having this issue on mobile only. I tried adding this but it didn’t work. I might be adding it in the wrong section?