Hi Ciaran,
I am trying to remove the two squares on the bottom right corner of the layerslideshow in Colette. I tried this code but it didn't work:
.layerslideshow .info-wrapper::after {
display: none;
}
Can you steer me in the right direction? Thanks so much!