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

    On my page – https://www.themrteam.com/portfolio/ – I have images with a separate caption below them, I would like to change that so the caption is overlay at the bottom of the image like the following screenshot

    Screenshot – https://imgur.com/a/oIKS7

    How do I achieve that?

    #911532

    Hey navindesigns,

    You can remove the textblock and just use Image only, just edit Image, go to Caption (tab) and set the following:
    Image Caption: Yes
    Caption: Add the text you want display
    Caption Appearance: Always display caption
    Just adjust other settings as well, save then in Enfold > General Styling > Quick CSS, add this code:

    #top .noHover .av-image-caption-overlay {
        height: 50px;
        bottom: 0;
    }

    Hope this helps :)

    Best regards,
    Nikko

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