How do I change the gray background of the images in my post slider.
I’ve tried this but with no joy.
.avia-content-slider .slide-image {background: white; }
Issue appears when the width of the browser narrows.
http://findmy.fitness/class-finder-2/
Hey Nick!
Please add following code to Quick CSS
.main_color .avia-content-slider .slide-image {
background-color: transparent !important;
}
Cheers!
Yigit
Sorted. Thanks :)