Blockquotes/H1 Header

Hi there!

I need some help with changing the blockquote function on my theme. Currently it shows quotation marks on the side and I would like to change it to a border. I will be using this in conjunction with my H1 heading. I’ve attached some examples of what I am aiming for it to look like. I’ve tried using the following codes in additional CSS with no luck:

blockquote { border-left: 4px solid #DA4453; }

and

.blockquote { font-family: 'Bodoni MT','Didot','Didot LT STD','Book Antiqua','Garamond','Arapey',serif; font-weight: 400; line-height: 1.2; letter-spacing: -.05em; font-style: italic; text-align: center; font-size: 25px; padding: 40px; border: 2px solid #f9ddd2; margin: 40px 0; }

Can you please help?

Thank you in advance!

www.millenniallifeadmin.com

Hi there,
Thanks for reaching out.
In reference to your question here, please try out the following CSS code under the Appearance>Customize>Additional CSS section:

blockquote h1 {
border: 2px solid #ff0000;
padding: 10px;
}
blockquote::before {
display: none !important;
}

I hope this helps.
Best Regards,
Support.