[Resolved] Caption color (and line color)

Home Forums Support [Resolved] Caption color (and line color)

Home Forums Support Caption color (and line color)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #881826
    Willy

    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

    #882021
    David
    Staff
    Customer Support

    Hi there,

    both will need some CSS.

    1. Caption:

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

    2. Separator

    hr {
        background-color: #c0986e;
    }
    #882035
    Willy

    You are wonderful !
    Thank you so much !

    Willy

    #882111
    David
    Staff
    Customer Support

    Glad to be of help.

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