My store cover photo slide show is never visible I cannot even preview a banner or see it

hello I have been struggling for months ! I cannot figure out why I cannot see my banner on the top of my website! the first time you visit it pops up but any time after that its just a white space. Even when im editing my website I cannot preview a different slideshow. please help me with this.

@steph4210

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

It has been a bit of a hassle since its harder to edit my website, but thank you so much for your reply! my website is noirofficialboutique.com !

Hi, Looks like you’re using a banner slideshow. I discovered a bug that caused this problem. You can check your code again to fix it.

@steph4210

thanks but i can’t see slideshow at home page

Please follow the steps:

  • Step 1: Go to Online store > Themes > Actions > Edit code.
  • Step 2: Go to Assets > theme.scss.liquid and paste this at the bottom of the file:
    .slick-slide img.hero__image{
    opacity: 1 !important;
    }