By Peter Spiegelenburg on Thursday, 23 June 2022
Posted in General Issues
Likes 0
Views 376
Votes 0
Hello, could you please help me?
I want to resize the font that is just below an image.
If you take a look at the attachments you see what I mean.
Image 1 is how it looks in the editor
Image 2 is the final result on the website.

Is there some CSS I can adjust for this?

Regards, Peter
You can try to apply the following CSS from your site backend > Easyblog > theme > custom CSS


/* adjust the font size yourself */
body #eb .ebd-block[data-type="image"] .eb-image-caption {
font-size: 14px;
}
·
Thursday, 23 June 2022 17:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Alex,

thank you. this is working nice.

Regards, Peter
·
Thursday, 23 June 2022 17:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusion in the future. Please start a new thread if you have any other issues in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Thursday, 23 June 2022 17:56
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post