[Resolved] Table Caption Font Size

Home Forums Support [Resolved] Table Caption Font Size

Home Forums Support Table Caption Font Size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1339164
    Mark

    Hello, is the a simple CSS code I can use to adjust the caption on a table? I’d also like to center it.

    #1339168
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #1339171
    Mark

    Awesome.

    #1339175
    Leo
    Staff
    Customer Support

    Glad to hear ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.