Archived topic
Editing the Caption below media
1 reply · Started by Angel on April 2, 2017
Viewing posts 1–2 of 2
I would like to edit the caption attributes When you add a caption to any media while in the media Library, is there a way to adjust size, styling and alignment?
Thanks.
Hi Angel,
You can use some CSS like this:
.wp-caption .wp-caption-text {
font-size: 20px;
color: #000000;
text-align: center;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
This archived topic is closed to new replies.