Can I increase the font size of captions in my blog?
-
Hi,
I have a premium plan. Is their any code I can put in the website CSS which can increase the font size of image captions.
Currently, the captions are very small and it strains the eye to read them.
Please help.
The blog I need help with is: (visible only to logged in users)
-
Hi there!
We aren’t able to write custom CSS code for you but we can get you pointed in the right direction to get started. We also have some resources here that may help as well.
https://wordpress.com/support/css-support/
However, it looks like you already added some custom CSS to your site to adjust those captions:
.wp-block-image figcaption { color: #555; font-size: 18px; text-align: center; }That is the correct CSS selector you would need to use, so it looks like you’re already set!
- The topic ‘Can I increase the font size of captions in my blog?’ is closed to new replies.