Site logo

Archived topic

Caption color (and line color)

3 replies · Started by Willy on April 27, 2019

Viewing posts 1–4 of 4

Hello,
Thank you for your theme!
I have a question about colors.
How can I change the color of the "caption". Old posts, without Gutenberg, are ok.
And how to change the color of "lines" (or "separator", I do not know how it is called in English) With Gutenberg.

If you look at my last post, the lines appear black, not visible on my anthracite background. My titles H2 and H3 are separated by separators (lines).

Thank you for your help

Willy

Hi there,

both will need some CSS.

1. Caption:

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

2. Separator

hr {
    background-color: #c0986e;
}

You are wonderful !
Thank you so much !

Willy

Glad to be of help.

This archived topic is closed to new replies.