Hey,
Thanks for contacting us!
If you are using blockquote inside text block element, you can edit your Text Block element and give it custom CSS (“custom-quote” in example below) class in Advanced > Developer Settings tab and then add following code to Quick CSS field in Enfold theme options > General Styling
.custom-quote blockquote {
border-color: blue;
color: red;
}
Best regards,
Yigit