Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #580504

    Hello,
    I am using easy slider to show four photos, however, I would like the title and caption to appear under the photo, not in an overlay.
    What is the best way to do this in CSS? Thank you!

    And also what are the best selectors to control the type size of the title and captions?

    Thanks again!
    :)

    #581614

    Hi, I just wanted to check in on this request. I have been trying to hack it myself but no luck, and help would be greatly appreciated. Thank you!

    #582122

    Hey!

    Sorry for the delay.

    We are working on your ticket please wait while we update the results here soon.

    To move the caption below the images please add the below code to Enfold > General Styling > Quick CSS

    Please find the selectors also in the below code.

    
    /*Caption below image gallery*/
    .avia-slideshow-inner, .avia-slideshow{overflow: visible!important;}
    .avia-caption {
        bottom: auto!important;
        top:100%!important;
        left:0!important;
        padding:0!important    
    }
    

    Cheers!
    Vinay Kashyap

    • This reply was modified 8 years, 1 month ago by Vinay.
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.