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 #1330224
hover effect on captions
Closed

Comments

  • patrickcolgan started the conversation

    Hi, I haven't found other tickets on this and can't find any setting related to it.

    Is there a way to have normal captions under pictures in the Soledad theme instead of the 'hover' effect captions that seem to be the default?

    thank you

  •  2,699
    PenciDesign replied

    Hi,

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

    .wp-caption p.wp-caption-text, .penci-featured-caption{ position: static; background: none; color: #888; }
    .wp-caption:hover p.wp-caption-text, .post-image:hover .penci-featured-caption { transform: none; -webkit-transform: none; opacity: 1; }

    Best Regards,

    PenciDesign