Remove "quotes" from blockquote
Hi – I am trying to remove the big quotes ” from my blockquote. I created some custom CSS to style it differently, but am getting a huge ” right in the middle. I would like to remove it. Please see attached.
Here’s the custom CSS:
blockquote { @import url(https://fonts.googleapis.com/css?family=DM+Serif+Display&display=swap ); font-family: ‘DM Serif Display’, serif; font-size:24px; text-align: center; width: 800px; background-color: #57c2b3; margin: 0.25em 0; position: center; color: #FFF; z-index: 2; }
Attachments: You must be
logged in to view attached files.
Hi @sarahk ,
I hope you are well today and thank you for your question.
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#content blockquote::before {
display: none;
}
Best regards, Shufflehound team
Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it