Site logo

Archived topic

css code for captions and tables

5 replies · Started by Storie di Calcio on February 27, 2021

Viewing posts 1–6 of 6

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

Hi there,

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

You can use the private information field.

Let me know :)

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;
}

It works perfectly, many thanks

No problem :)

This archived topic is closed to new replies.