• Resolved glutenfreebowl

    (@glutenfreebowl)


    On the Header Image of my site there is some caption text. This Caption text is showing to be in white color. How can I change the color of this Caption text?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @glutenfreebowl,

    It depends on how you’re using the header image, but here’s a bit of custom CSS you can insert in Appearance > Customize > Additional CSS that works by default:

    .frontpage-banner .caption,
    .frontpage-banner .caption h2 a {
        color: green;
    }

    If that doesn’t quite do the trick on your site, feel free to include a link so we can take a look and provide more specific instructions.

    Thread Starter glutenfreebowl

    (@glutenfreebowl)

    Yes this worked thanks

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