Tagged: bar, blockquote, Color, colour
Hi, is there a way to change the colour of the vertical bar that is drawn alongside blockquotes?
I’d like to change it for one specific element that is contained within a colour section. The bar colour does not go well with the background colour section colour.
Thanks
Hey Heathcliffe,
Since it is for one color section, try giving your color section a custom class such as “custom-color”
you can enable the custom classes at: Enfold Theme Options > Layout Builder > Show element options for developers
Then Please try this code in the General Styling > Quick CSS field:
.main_color .custom-color blockquote {
border-color: red !important;
}
Best regards,
Mike