Comments laure_b started the conversationApril 1, 2018 at 12:50pmHello,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,700PenciDesign repliedApril 1, 2018 at 1:56pmHi,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 Sign in to reply ...
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
Hi,
To do that, please add more this code to Customize > Custom CSS:
And this will apply for all your images has caption - you can't select like you said.
Best Regards,
PenciDesign