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 #1306789
Caption styling
Closed

Comments

  • ryan_Johnson started the conversation

    I'm sorry to bug, but at one point, I had found a button to control the style / position of captions added to photos. Can you point me to that option again? Again, sorry to bug...I'm hoping that all photo captions can appear static underneath the images rather than on the photos. Let me know!

  •  2,699
    PenciDesign replied

    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