[Resolved] Change photo caption font size

Home Forums Support [Resolved] Change photo caption font size

Home Forums Support Change photo caption font size

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #382562
    EG

    I believe it is really basic. How can I change font size and color for specific pictures only?

    #382575
    Leo
    Staff
    Customer Support

    Hi there,

    You would need to target that specific image with some CSS. Can you link me to the site?

    #382961
    EG
    #382976
    Leo
    Staff
    Customer Support

    Which one would you like to change?

    #383165
    EG

    Captions for all photos in this page only.

    #383262
    Leo
    Staff
    Customer Support

    So use Tom’s Simple CSS: https://docs.generatepress.com/article/adding-css/

    It gives a CSS metabox on each page, then use this CSS on that page:

    .wp-caption .wp-caption-text {
        font-size: 20px;
    }
    #383531
    EG

    Thanks a lot.

    #383591
    Leo
    Staff
    Customer Support

    No problem!

    #1762485
    Dindo

    I am glad I saw this post. I was needing the same change for the caption font size!

    #1766245
    Leo
    Staff
    Customer Support

    Glad to hear 🙂

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