Text only slideshow remove image

How do I make a text-only slideshow? I am using the Refresh theme, and want to make a simple text only slideshow.

The plan is to make a user review/testimonial slideshow. Sould I use the multicolum section instead?

  • Here is the solution for you @skjoldet
  • Please follow these steps:

  • Then find the base.css or theme.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
.banner__media {
        display: none !important;
    }
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.