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

    hello,
    is there any solution by the way to either get rid of the left bar in a blockquote or change the color?
    best regards, jelle

    • This topic was modified 3 years, 1 month ago by yampieters.
    #1310863

    Hey jelle,

    Thank you for the inquiry.

    You can use this css code if you want to completely remove the left border.

    blockquote {
        border-left-width: 0;
        padding-left: 0;
    }

    But if you want to change the color, you can edit the style of the element in the Enfold > Advanced Styling panel.

    Best regards,
    Ismael

    #1311029

    thanks ismael, you can close this one, best regards, jelle

    #1311356

    Hi,

    Thanks for the update. I’ll go ahead and close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘blockquote adaption’ is closed to new replies.