I’m trying to style the border of a testimonial element on my website. I’d like to change the default color and thickness. I’m sure this can be done easily with custom CSS. If so, what CSS should I use? Thank you in advance!
Edit: I actually came up with this:
.x-blockquote {
border-color: #009fe4;
}
Is that correct? It did work, but I’m not sure if I have the CSS right…