• Resolved fadedwave

    (@fadedwave)


    I just installed this theme and mostly love it, but my one complaint is that it’s hard to read captions on images! If you click the link below, you can see the “Welcome to Miami!” caption below the first image is pretty difficult to read because it’s gray on dark gray. I like the background color, but can’t figure out how to change the default color of the caption. Please help!

    • This topic was modified 6 years, 2 months ago by fadedwave.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello fadedwave,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .wp-block-image figcaption {
        color: #fff;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter fadedwave

    (@fadedwave)

    Thanks, that worked! This should really be the default color.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Caption font color’ is closed to new replies.