quotes in blog post

I don’t like the way longer quotes work in beaver builder in a blog post. Font gets larger and there’s no indication it’s a quote. Can you recommend a way to handle this?

Hey Rob,

Thanks for getting in touch! If you’re referring to blockquotes, we’re only using bootstrap’s styling for it. You can override it using the CSS selectors below.

.fl-page-content blockquote {
  /* Styling here */
}

Ben