Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #602477

    Hi Yigit. Can you help us with the image caption. it do not look good at the moment. we want to get this result: http://imgur.com/khFuiEI

    Greetings, Cornelia

    #603786

    Hey corneliaboehm!

    Thank you for using Enfold.

    Set the “Caption Appearance” to only display on hover then add this in the Quick CSS field:

    .av-image-caption-overlay-position {
        display: table;
        width: 100%;
        height: 30%;
        position: absolute;
        bottom: 0;
    }
    
    .av-caption-image-overlay-bg {
        height: 30%;
        bottom: 0;
    }

    Regards,
    Ismael

    #605442

    Thank you Ismael :) Worked pefect. I try to get this look. i want to install a page for many speakers on my blog.

    #605529

    Hey!

    If you can use 5 columns instead and give a custom CSS class, you can achieve such look using Enfold.
    I believe custom CSS field is already enabled on your installation but if it is not, please see – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/.
    You can add five 1/5 column elements and insert text block element in each of them and give these text block elements a custom CSS class and add following code to Quick CSS

    .your-custom-class:hover * { color: white !important; background-color: green !important; }

    Best regards,
    Yigit

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