Site logo

[Resolved] Change quote color or style

Home Forums Support [Resolved] Change quote color or style

Home Forums Support Change quote color or style

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1062108
    Fernando

    Hi,

    Can I change the color of the quotes or make them like this?

    https://monosnap.com/file/sohbjbtJgviW15HEd4ULvJg7K2vwIW

    Thank you… I promise not to bother in a while. My blog is almost ser up thanks to you.

    #1062152
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    blockquote.wp-block-quote {
        font-style: normal;
        color: #fff;
        background-color: #333;
        border-left: 5px solid #000;
    }
    #1062252
    Fernando

    Leo, it worked like a charm.

    Thank you! Thank you for your time.

    #1062253
    Leo
    Staff
    Customer Support

    Glad I could help 🙂

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