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 #3117301
Post titles and image captions
Closed

Comments

  • Patrice started the conversation

    Hi, dear support people.


    I am trying to change (modify) the fonts, sizes and leading of all (single) post titles/headlines.

    Also, I cannot find the instructions to change the font, size, style, etc. of IMAGE CAPTIONS in single posts.

    Could you direct me where I can find the precise instructions to customise the theme (CSS) in these areas?

  •  2,488
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Single Posts → Font Size: change all the single post font sizes here.

    If you want to change the font size of the image caption, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .wp-block-image figcaption {
        font-size: 10px;
        font-style: normal;
        font-weight: bold;
    }

    Modify the code above as you want.

    Regards,
    PenciDesign.




  • Patrice replied

    Hi PenciDesign:
    I am sorry to report that the codes you sent do NOT work. I added the code in the customization area as you sent it and nothing happens. I cleared the cache and still nothing happened. It's not working!

    As I said in my first request, I am trying to learn how to change the font family, the font size, style, weight and leading of the site's post titles (single post titles).
    Also, I want to change the image captions , font, size, weight, etc.

    Looking forward to your reply.

    Thank you.

  •  2,488
    PenciDesign replied

    Hi,

    Please send me a sample post URL you've added the caption. I'll check and then send you a custom code again.

    Regards,
    PenciDesign.


  •   Patrice replied privately
  •  2,488
    PenciDesign replied

    Hi,

    Please modify the CSS code like this:

    .wp-caption p.wp-caption-text, .penci-featured-caption {
        font-size: 10px;
        font-style: normal;
        font-weight: bold;
    }

    Regards,
    PenciDesign.



  • Patrice replied

    Yes, but how do I specify/insert a font family, like Helvetica or Dubai, in this code snippet? 

    ALSO, I mentioned in a prior communication that changes to the code modifying the post titles did not work.
    I wanted all the titles to be in Francois font, 30 or 36 px.

    Thank you for your patience!

  •  2,488
    PenciDesign replied

    Hi,

    1. Please modify the CSS code like this:

    .wp-caption p.wp-caption-text, .penci-featured-caption {
        font-size: 10px;
        font-style: normal;
        font-weight: bold;
        font-family: Helvetica;
    }

    2. About the font size and other styles, please clear all the WP-Optimize CSS Optimize cache then check again, your site still loads content from the cache so all the new CSS still does not apply.

    Regards,
    PenciDesign.