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 #2865153
Remove image caption
Closed

Comments

  • estelaibz started the conversation

    Hi, I want to know how to remove the grey highlight from image caption if I dont want the image to have any description. Can you help me? Thank you

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .wp-caption p.wp-caption-text, .penci-featured-caption {
        background-color: transparent;
    }

    Regards,
    PenciDesign.


  • estelaibz replied

    It worked. Thank you!