Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #676473

    Is it possible to change the caption style for the easy slider captions? Currently, it overlays the caption on the image. I would like to use the same style as the portfolio items where the caption shows up below the image with a thin border and a arrow pointing to the image.

    • This topic was modified 8 years, 2 months ago by argusnet.
    #677672

    Is this possible?

    #677687

    Hi!

    Yes, it is possible.
    Please send us a link of your page and we will do provide the CSS code needed to achive it.
    Let us know if we can help you further!

    Thanks a lot

    Cheers!
    Basilis

    #684313

    Basilis,
    Thanks for your response. We are just starting to build the site and were curious if it was possible to do. As soon I we are ready to receive that CSS I will reach out again.

    Thanks,
    Jim

    #687569

    Dear Kriesi, I would also like to do this.

    Please could you post the css to make the captions in this Easy Slider appear below the images rather than as an overlay.

    Thanks, Richard

    #688901

    Hi,

    Please add this in the Quick CSS field:

    .avia-slideshow, .avia-slideshow-inner {
        overflow: visible;
    }
    
    .avia-slideshow {
        padding-bottom: 100px;
    }
    
    .avia-caption {
        bottom: -100px;
    }
    
    .avia-slideshow-dots {
        bottom: 100px;
    }

    Best regards,
    Ismael

    #689173

    Thanks, this works really well

    But the slideshow arrows are no longer displaying in the middle vertically on the slideshow images. How can I move the arrows back up to the middle of the images?

    Thanks, Richard

    #689178

    Hi!

    Please add following code to Quick CSS

    #top .avia-slideshow-arrows a {
        top: 42%;
    }

    Best regards,
    Yigit

    #689185

    That’s great, thanks Yigit!

    #689190

    Hi!

    You are welcome! Let us know if you have any other questions!

    Cheers!
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Change caption style for easy slider’ is closed to new replies.