[Support request] Change the color of quotes

Home Forums Support [Support request] Change the color of quotes

Home Forums Support Change the color of quotes

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1448201
    Jesus

    Hello, is there a way to change the color of the quotes that I highlight in the text?

    #1448367
    David
    Staff
    Customer Support

    Hi there,

    You can change the Quote Block text color with this CSS:

    blockquote {
        color: #f00;
    }

    Or you can use the Pull Quote block which has its own color controls.

    #1448374
    Jesus

    yes, but that changes the color letter, what I want is to change the background of the painting

    #1448463
    David
    Staff
    Customer Support

    Try this:

    blockquote {
        background-color: #ccc;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.