Archived topic
Table Caption Font Size
3 replies · Started by Mark on June 23, 2020
Viewing posts 1–4 of 4
Hello, is the a simple CSS code I can use to adjust the caption on a table? I'd also like to center it.
Hi there,
Try this CSS:
.wp-block-table figcaption {
font-size: 15px;
text-align: center;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Awesome.
Glad to hear :)
This archived topic is closed to new replies.