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!