How to change Post Slider Background Color

I have a post slider (home page under full width slider on top) that I want to have a transparent background. I don’t see any options to do that and don’t know of any custom code that works.

http://allthingswd-test.com/

Hi Dan,

Can you try the following CSS, please.

.fl-module-post-slider .fl-post-slider-post {
    background: rgba(0,0,0,0.5);
}

You may want to tweak the values, to get your preferred transparency.

Thanks,
Danny

Thanks - That worked.

Thanks, Dan, for taking the time to inform us. :slight_smile: Enjoy!

Ben