Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #368110

    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.

    #368422

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.