[Resolved] Change color of blockquote bar?

Home Forums Support [Resolved] Change color of blockquote bar?

Home Forums Support Change color of blockquote bar?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #434091
    James

    Can you please tell me where to change the default colour of the bar that appears when I do a blockquote?
    Thanks in advance,

    #434106
    Leo
    Staff
    Customer Support

    Hi James,

    CSS is required for now:

    blockquote {
        background-color: #000000;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know.

    #434111
    James

    That changed the entire background of the Blockquote, Leo. 🙂 I just wanted to change the colour of the vertical bar at the far left of the indented text.

    #434136
    Leo
    Staff
    Customer Support

    Ahh sorry. This should do:

    blockquote {
        border-left: 5px solid #000000;
    }
    #434154
    James

    Resolved! A million thanks, Leo!

    #434272
    Leo
    Staff
    Customer Support

    No problem!

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