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

    Good morning everyone, I have a site that has an image on the front page which is published with Easy Slider and has a text on the bottom left (caption) I would like the same text to be on the top left instead of being at the bottom, how can I do this is there a possibility to insert a quick CSS code to manage the text inside the image published with Easy Slider?

    #1483230

    Hey stefpasi,
    You probably have the caption set to “bottom without frame” in the slide:
    Screen Shot 2025 04 26 at 11.51.03 AM
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .caption_fullwidth {
        position: relative;
        top: 20em;
    }

    Screen Shot 2025 04 26 at 12.01.53 PM
    adjust to suit.

    Best regards,
    Mike

    #1483231

    Thank you Mike for your reply and your help, surely by my mistake I did not explain myself correctly, but I have a situation like this, as you can see from the pictures below

    Best Regards,
    Stefano

    #1483235

    Hi,
    Try this then:

    .avia-caption {
        top: 17px;
    }

    If this doesn’t work then link to your page so we can examine.

    Best regards,
    Mike

    #1483236

    Thank you very much Mike for your valuable help everything is perfect nothing more is needed you can close this support ticket as concluded
    Thank you
    Best Regards

    Stefano

    #1483237

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Caption in Easy Slider’ is closed to new replies.