Skip to content
Public Ticket #22115

Post titles and image captions

Conversation thread

PenciDesign Supporter replied

Staff Reply

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.



Patrice Greanville replied

Customer Reply

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!

PenciDesign Supporter replied

Staff Reply

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.



PenciDesign Supporter replied

Staff Reply

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 Greanville replied

Customer Reply

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.

PenciDesign Supporter replied

Staff Reply

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 Greanville started the conversation

Conversation Start

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?

Want to join this conversation or access attachments? Sign in first.