[Resolved] Caption Size Isue

Home Forums Support [Resolved] Caption Size Isue

Home Forums Support Caption Size Isue

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1138164
    John Retzer

    The photo captions are the same size as the text on the pages, making them hard to distinguish. They are smaller, however, in the editor. How can I fix this?

    Thanks

    #1138177
    Leo
    Staff
    Customer Support

    Hi there,

    Can you guide me to a page where I can see the issue?

    Let me know πŸ™‚

    #1139768
    John Retzer
    #1139774
    Leo
    Staff
    Customer Support

    Try this CSS:

    .wp-block-image figcaption {
        font-size: 10px;
    }

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

    Let me know if this helps πŸ™‚

    #1139778
    John Retzer

    That did the trick. I just increased the 10px to 12px and to my eye it looks perfect.

    #1139782
    Leo
    Staff
    Customer Support

    Sounds good πŸ™‚

    You can set mobile specific size if needed as well:

    @media (max-width: 768px) {
        .wp-block-image figcaption {
            font-size: 10px;
      }
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.