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 #2644398
Image caption font size
Closed

Comments

  • grandiaseh started the conversation

    Hi, Good day.

    I have no ideal to change the image caption font size. 

    I can't find the option at general option , even use custom CSS .

    I have try a lot CSS like 
    .penci-wp-caption-text {
        font-size: 16px;
    }

    .wp-caption-text {
        font-size: 16px;
    }

    PS: 16px is sample. 

    Mybe I have miss something important part ?

    Thank you for help.

  •  2,699
    PenciDesign replied

    Hi,

    You can try use this Custom CSS to do that:

    .blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption{ font-size: 16px; }
    

    We will consider to add more an option to allow you can change the font size for caption text from Customizer in the next update version of Soledad.


    Best Regards,

    PenciDesign

  • grandiaseh replied

    Amazing CSS, You are so intelligent. Thank you for help.

    Have a nice day.