Remove italics from blockquotes
-
Using the twenty-twelve theme, my blockquotes appear in italics. Is there a way to change this? I have the following CSS, but it doesn’t appear to be doing the trick:
blockquote {
max-width: 600px;
margin: 20px;
padding: 10px;
text-align: inherit;
font-family: inherit;
font-size: inherit;
font-style: normal;
color: inherit;
border-left: 4px solid #e1e1e1;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
background: #ffffff;
}The blog I need help with is: (visible only to logged in users)
-
Howdy jcollins!
The following code should change your blockquotes to look normal.
blockquote { font-style: normal !important; }Let me know if you run into any problems.
-
-
-
I use a customized Suits theme. I have set blockquotes to appear in roman type, but I would still like to italicize certain words and phrases (e.g., book titles). Is there a way to do this? Applying the italics command inside a block quote doesn’t do it. The word or phrase still appears in roman type.
-
Howdy @teatag
We like to have our threads separated by questions from one user. Please post your question at https://en.forums.wordpress.com/forum/css-customization#postform so we can better assist you. Thanks!
-
teatag – when you post again, please provide a link to an example post with a blockquote on your site so we can see directly what you’re referring to. Thanks!
- The topic ‘Remove italics from blockquotes’ is closed to new replies.