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
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
thanks ismael, you can close this one, best regards, jelle