Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1525219
Prevent image caption to collapse
Closed

Comments

  • laure_b started the conversation

    Hello,

    Is there a way to prevent the caption on images to collapse on hover please?

    And is it possible to choose for each image with a caption whether I want to collapse the caption or not?

    Many thanks in advance,

    Laure

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please add more this code to Customize > Custom CSS:

    .wp-caption:hover p.wp-caption-text, .post-image:hover .penci-featured-caption { transform: none; -webkit-transform: none; opacity: 1; }

    And this will apply for all your images has caption - you can't select like you said.


    Best Regards,

    PenciDesign