How to make Slideshow background transparent? (Sense Theme)

Hi,

Im using the sense theme and looking to make the background transparent. See ref photos below. Any help would be much appreciated, thank you.

Website: https://www.forloveandfries.com/

Add this code to your theme.liquid:

{% if template == 'slideshow' %}
  
{% endif %}

Result:

Thank you so much for reply - do I add to the end of theme.liquid? after ? or before that?

inside the container

At the end of the code there should be no problem.

I tried but I don’t see any changes. I did it under the “theme.liquid” should it have been in the “slideshow.liquid”?

We can try your alternative.

Add the following code inside your slideshow.liquid (at the end):