[Resolved] Editing the Caption below media

Home Forums Support [Resolved] Editing the Caption below media

Home Forums Support Editing the Caption below media

  • This topic has 1 reply, 2 voices, and was last updated 7 years ago by Leo.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #300769
    Angel

    I would like to edit the caption attributes When you add a caption to any media while in the media Library, is there a way to adjust size, styling and alignment?

    Thanks.

    #300773
    Leo
    Staff
    Customer Support

    Hi Angel,

    You can use some CSS like this:

    .wp-caption .wp-caption-text {
        font-size: 20px;
        color: #000000;
        text-align: center;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know.

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