Good Evening,
I was wondering if it’s possible to style the Title / Caption on Post Sliders the way they are styled on the Easy Slider, with the title appearing as an overlay on the image instead of below the image.
Thank you.
Hey Mick!
Thanks for using Enfold.
You can use this CSS to get started.
.avia-content-slider .slide-entry .slide-content {
color: white;
left: 20px;
padding: 5px;
position: absolute !important;
top: 20px;
}
.avia-content-slider .slide-entry .slide-content .entry-content-header h3 { background: rgba(0,0,0,0.3); color: white !important; }
.avia-content-slider .slide-entry .slide-content .slide-meta { display: none; }
.avia-content-slider .slide-entry .slide-content .entry-content { background: rgba(0,0,0,0.3); color: white !important; }
Cheers!
Elliott