Blockquote image doesn't display
-
Hello,
I am styling ‘cite’ with the css below, but for whatever reason the second image doesn’t want to display. Tried !important but that made the closing quotes disappear. I would appreciate any help! Thanks!
oneearth.iamaleksandra.com (the page where I am testing ‘cite’: https://oneearth.iamaleksandra.com/case-studies/)
cite, em, i {font-style: italic; color: #008F99;font: 18px; font-family: Georgia, “Bitstream Charter”, serif; font-weight: 500; background-image: url(‘https://oneearth.iamaleksandra.com/wp-content/uploads/2013/05/Quotations-Right.png’); background-repeat: no-repeat; background-position: right bottom;}
cite, em, i:first-letter {background-image: url(‘https://oneearth.iamaleksandra.com/wp-content/uploads/2013/05/Quotations-Left.png’); background-position: left top; background-repeat: no-repeat; padding-top:10px;padding-left:40px;}
cite, em, i p {padding-left:40px;}
- The topic ‘Blockquote image doesn't display’ is closed to new replies.