Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #290830

    Hi, how can I display the caption title and caption text for images in the EasySlider so that they display as simple text, aligned left under the images rather than overlaid on the slideshow images?

    #290974

    Hey Richard!

    Thank you for using the theme.

    You can add this on Quick CSS or custom.css to move the caption text under the slider image:

    div.avia-caption {
    position: absolute;
    bottom: -120px;
    }
    
    .avia-slideshow-inner {
    padding-bottom: 120px !important;
    }
    
    .avia-slideshow-dots {
    bottom: 120px;
    }

    Cheers!
    Ismael

    #290982
    This reply has been marked as private.
    #290985
    This reply has been marked as private.
    #291514
    This reply has been marked as private.
    #292771

    Hi!

    It looks like you would need to have that effect customized by a freelance developer who can spend some time creating the effect and further debugging it. I wasn’t able to change it via css on my end unfortunately.

    Envato Stuido and Codeable.io are both good resource for finding a freelance developer in this case.

    Regards,
    Devin

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