Hi shayna-liu
You can add to your custom.css in this folder /templates/ja_company/css/ this snippet of code
blockquote {
border-left:none!important;
}
If you want to change color then use
blockquote {
border-left:5px solid #yourcolor!important;
}
Regards