How do I remove a central box from my website images?

Hello i am trying to delete the box in the center off the pictures.

done some searching here but could not find the awnser.

how can i delete the box.

link to what i mean.

https://www.filyra.be/pages/eigen-werk

Hello @Filyra

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.slideshow__text.banner__box {
    display: none;
}

thanks for your help.

sadly that didn’t work.

Hello @Filyra

Please try this code -: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.slideshow__text.banner__box {
    display: none !important;
}

thank you

that did the trick

1 Like