Site logo

[Resolved] Image Caption Font Colours

Home Forums Support [Resolved] Image Caption Font Colours

Home Forums Support Image Caption Font Colours

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1813397
    Simon

    Hey,

    Just noticed the font colours for image captions are different to body text colours.

    image caption

    Tried fixing it using this code I found on another thread but it only changes the font size:

    .wp-block-image figcaption {
        font-size: 13px;
        color: #00002b;
    }

    Is there any way just to have image caption text the same colour as body text?

    Many thanks

    Simon

    #1813704
    Leo
    Staff
    Customer Support

    Hi Simon,

    Is there a specific page I should be looking at?

    I don’t see a image/caption on the home page.

    Let me know 🙂

    #1813726
    Simon

    Apologies, yeah any image with a caption. Usally blog posts like this one

    #1813755
    Ying
    Staff
    Customer Support

    Hi Simon,

    Try this CSS instead:

    .wp-block-image figcaption a {
        font-size: 13px;
        color: #00002b;
    }

    Let me know 🙂

    #1813771
    Simon

    That’s great thank you. I just realised I had a 0.75 opacity code in there for some reason 🙂

    #1813782
    Ying
    Staff
    Customer Support

    You are welcome!

    But I didn’t see the opacity CSS for the caption…

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