New Shopify Certification now available: Liquid Storefronts for Theme Developers

How do I remove the image + text completely with the background from an image slideshow?

Solved
R3PSKI
Tourist
7 2 0

R3PSKI_0-1699740528027.png

I want the text box to be removed fully if possible. I am on dawn theme by the way .

R3PSKI_1-1699740635089.png

Managed to get it down to this but cant remove the white box.

Accepted Solutions (2)
R3PSKI
Tourist
7 2 0

This is an accepted solution.

Sorry I meant I am on the REFRESH theme.

View solution in original post

R3PSKI
Tourist
7 2 0

This is an accepted solution.

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

Turns out I had to paste this into the base.css file sorry for opening this.

View solution in original post

Replies 2 (2)
R3PSKI
Tourist
7 2 0

This is an accepted solution.

Sorry I meant I am on the REFRESH theme.

R3PSKI
Tourist
7 2 0

This is an accepted solution.

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

Turns out I had to paste this into the base.css file sorry for opening this.