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

    Hi support team,

    Thank you as always for the good support.

    We have a question we hoped you might have a solution to.
    We would like a specific image in the masonry gallery to have a red background color in the caption box while the others remain grey.

    Do you think this would be possible?

    Best regards.

    #547159

    Hey saraclementdk!

    Try adding this to your custom CSS.

    .post-82 .av-inner-masonry-content {
        background: red !important;
    }

    Regards,
    Elliott

    #547858

    Your support is really great! It functions now just as we wanted it.

    Just one more question. Is it also possible to set individual heights for the content boxes in the masonry gallery?

    Best regards

    #547900

    Hi!

    Can you please post a screenshot and show the changes you would like to make?
    You can try adding following code to Quick CSS in Enfold theme options under General Styling tab

    a#av-masonry-1-item-82 .av-inner-masonry-content {
        min-height: 180px;
    }

    Regards,
    Yigit

    #547953

    Hi,

    Thank you for your quick response!

    No need to, because your css code worked just as we wanted :)

    Best regards.

    • This reply was modified 8 years, 11 months ago by saraclementdk.
    #548199

    Hey!

    You’re welcome, glad we could help :)

    Please let us know if you ever need any help in the future.

    Best regards,
    Dake

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold Masonry Gallery caption box color for individual images’ is closed to new replies.