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.
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.
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