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 #2999790
Image caption Font size
Closed

Comments

  • irst started the conversation

    Hi


    How to change Font and size for Gallery Image Caption?

    Thx.

  •  2,492
    PenciDesign replied

    Hi,

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

    .entry-content .wp-caption,
    .entry-content .wp-caption p.wp-caption-text {
        font-size: 11px;
    }

    Change 11px to the font size you want to display.

    Regards,
    PenciDesign.



  •   irst replied privately
  •   irst replied privately
  •  2,492
    PenciDesign replied

    Hi,

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

    .entry-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
        font-size: 11px;
    }

    Change 11px with the value you want to display.

    Regards,
    PenciDesign.