Removing borders from blockquote
-
I’ve been trying for a bit to get rid of the left and right borders on my blockquotes. I’m not sure what to do. I made a test post to show what I’m talking about: http://blog.harrisonedit.com/test-post
I am using a plugin called Simple Custom CSS because it’s supposed to be able to override the code in my template. It seems like I can do everything but remove the borders from the blockquotes, which is the absolute only thing that I want tweaked.
Here’s the code I currently have in the Simple Custom CSS plugin:
blockquote { border-left: none; border-right: none; font-family: Georgia, serif; font-size: 18px; font-style: italic; width: 450px; margin: 0.25em 140px; padding: 0.25em 40px; line-height: 1.45; position: relative; color: #000000; background:#ffffff; } blockquote:after { display: block; content: "\201C"; font-size: 80px; position: absolute; left: 0px; top: -10px; color: #000000; } blockquote cite { color: #999999; font-size: 14px; display: block; margin-top: 5px; } blockquote cite:before { content: "\2014 \2009"; }(Hope I did that correctly.)
Any help would be much appreciated. I really need to know what I’m doing wrong.
The topic ‘Removing borders from blockquote’ is closed to new replies.