[Resolved] How can i change color of border?

Home Forums Support [Resolved] How can i change color of border?

Home Forums Support How can i change color of border?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1104554
    Daniel

    Hello

    I am trying to change the color of border on the left side of quote block, see image for more info: https://prnt.sc/qaxit5

    Can anyone help out?

    Thanks!

    #1104587
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    blockquote {
        border-left: 5px solid #000;
    }

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

    Let me know ๐Ÿ™‚

    #1104594
    Daniel

    It worked, thanks for help!

    #1104602
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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