[Resolved] css code for captions and tables

Home Forums Support [Resolved] css code for captions and tables

Home Forums Support css code for captions and tables

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1675041
    Storie di Calcio

    I would like to change the font and size for the image captions. What CSS code should I add?

    Same thing for the fonts used in the tables, what code should I use to change?

    thanks for the great job

    #1675246
    Ying
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can use the private information field.

    Let me know ๐Ÿ™‚

    #1675348
    Storie di Calcio
    #1675366
    Ying
    Staff
    Customer Support

    Try this CSS For the table:

    figure.wp-block-table {
        font-family: arial narrow;
        font-size: 15px;
    }

    For caption:

    .wp-block-image figcaption {
       font-family: arial narrow;
        font-size: 15px;
    }
    #1675370
    Storie di Calcio

    It works perfectly, many thanks

    #1675382
    Ying
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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