Template J51-Kinvara
Hello,
please how can I change the color in the two little square boxes of the slideshow?
And the one square box of the flex gallery?
Thank you very much!
.layerslideshow .info-wrapper::before,
.layerslideshow .info-wrapper::after{
background-color: #aaaaaa !important;
}
.layerslideshow .info-wrapper::before,
.layerslideshow .info-wrapper::after{
background-color: transparent !important;
}
.flexgallery figure::after {
position: absolute;
bottom: 0;
left: 0;
content: "";
height: 30px;
width: 30px;
background-color: transparent ;
z-index: 1040 !important ;
}
.flexgallery figure::after {
background-color: transparent !important;
}
.flexgallery figure::after {
display: none;
}
.layerslideshow .NextArrow,
.layerslideshow .PrevArrow {
display: none !important;
}