PenciDesign replied
Staff Reply
Hi,
You can add more this code to Customize > Custom CSS to do that:
\
.wp-caption p.wp-caption-text, .penci-featured-caption{ position: static; background: none; color: #696969; padding-bottom: 0; }
.wp-caption:hover p.wp-caption-text, .post-image:hover .penci-featured-caption{ opacity: 1; transform: translateY(0); -webkit-transform: translateY(0); }Best Regards,
PenciDesign