Archived topic
Change photo caption font size
9 replies · Started by EG on September 9, 2017
I believe it is really basic. How can I change font size and color for specific pictures only?
Hi there,
You would need to target that specific image with some CSS. Can you link me to the site?
Hi Leo,
Here is the link. http://originalyurts.com/yurt-photo-albums/
Which one would you like to change?
Captions for all photos in this page only.
So use Tom's Simple CSS: https://docs.generatepress.com/article/adding-css/
It gives a CSS metabox on each page, then use this CSS on that page:
.wp-caption .wp-caption-text {
font-size: 20px;
}
Thanks a lot.
No problem!
I am glad I saw this post. I was needing the same change for the caption font size!
Glad to hear :)