Archived topic
change size caption
3 replies · Started by casimiro on February 10, 2019
Viewing posts 1–4 of 4
Hi
I'm unable to change caption size on caption image, I have this code in additional CSS but it does not work, what works is the text centered.
.wp-caption
.wp-caption-text {
text-align: center;
font-size: 18px;
font-weight:bold;
}
Thanks
P.D.
ahhh the bold function does not work either
Hi there,
Try this:
.wp-block-image figcaption {
text-align: center;
font-size: 18px;
font-weight: bold;
}
Make sure to clear your caching plugin as well.
Let me know :)
That's right now.
Thanks
No problem :)
This archived topic is closed to new replies.