Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #503400

    Is there any way to move the Image Caption (that comes up on mouse-hover) down to where the red box is?

    View post on imgur.com

    also, is there any way to change the link font colour to white for only this image caption?

    • This topic was modified 9 years, 2 months ago by erusko.
    #503501

    Hey erusko!

    Can you please post the link to your page where we can see the element? :)

    Cheers!
    Yigit

    #503506

    Hey erusko!

    Add this to your custom CSS.

    .av-image-caption-overlay-center p {
        top: 10px;
        position: relative;
    }
    .av-image-caption-overlay-center p a { color: white !important; }
    

    Cheers!
    Elliott

    #503531

    Hi Yigit,

    Site posted below:

    —–

    Elliott,
    Is there a way to do this without editing the custom CSS? I only want to change the caption on this one image.

    #503533

    Hi!

    You can turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your element a custom class then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class .av-image-caption-overlay-center {
        top: 20px;
        position: relative;
    }

    Best regards,
    Yigit

    #503982

    Thanks Yigit, you’re the best. all fixed!!!

    #503987

    Hey!

    You are welcome, we are always happy to help!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to Move an Image Caption to a lower position’ is closed to new replies.