|
#1
Apr 13, 2009, 10:59 PM
|
|
Hi! I searched a lot, so forgive me if this has already been asked. A client of mine would like the blockquotes to have an image of a quote/apostrophe thing in it. My initial attempts to apply the image have been unsuccessful. It's a square image, a box. Is this possible?
Thanks in advance!
|
#2
Apr 14, 2009, 05:14 PM
|
|
|
|
3,768 posts · Oct 2008
Munich, Germany
|
|
Add a CSS Insert
HTML Code:
blockquote {
padding-left: 70px; /* make room for the image on the left side */
background: transparent url(/wp-content/themes/atahualpa332/images/blockquote.gif) no-repeat top left;
border: 0;
}
|
#3
Apr 15, 2009, 04:50 PM
|
|
Quote:
Originally Posted by Flynn
Add a CSS Insert
HTML Code:
blockquote {
padding-left: 70px; /* make room for the image on the left side */
background: transparent url(/wp-content/themes/atahualpa332/images/blockquote.gif) no-repeat top left;
border: 0;
}
|
Thanks so much Flynn- I've been knocking around but can't for the life of me figure where- is it in the Stylesheet?
Thanks again!
|
#4
Apr 15, 2009, 05:32 PM
|
|
|
|
3,768 posts · Oct 2008
Munich, Germany
|
|
Add it at Atahualpa Theme Options -> HTML/CSS Inserts -> CSS Insert
|
#5
May 13, 2009, 12:20 PM
|
|
I used the code with Atahualpa333 but it didnt work. I don't think the image exists.
|
#6
May 13, 2009, 07:40 PM
|
|
|
|
3,768 posts · Oct 2008
Munich, Germany
|
|
blockquote.gif was just an example, it does indeed not exist in the theme
|
#7
Sep 2, 2009, 09:33 AM
|
|
I was about to ask this same question, but search found this answer. Thanks, it worked a treat. Donation incoming.
Last edited by Gravity; Sep 2, 2009 at 09:39 AM.
|
#8
Sep 2, 2009, 09:43 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#9
Sep 15, 2009, 02:56 PM
|
|
I'm still having trouble getting the quote image to appear. I've uploaded it to my server in the images folder through my FTP client, and I've tried putting the above-quoted code in both the Style Blockquotes section of the CMS and just by adding it to the CSS as Flynn suggested. What am I doing wrong?
http://www.outfrontcolorado.com/blog/?p=11
Thanks in advance for the help!
Last edited by sunnivie; Sep 15, 2009 at 03:47 PM.
Reason: typo
|
#10
Sep 16, 2009, 05:04 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
try putting the full url to the quotes
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#11
Sep 23, 2009, 12:24 PM
|
|
Juggledad,
Once again, you come to my rescue. This isn't crucial, but is there a way to overlay the text on top of the quote image? I obviously wouldn't want the image to block the text, but just have it essentially as a background image in the upper left corner of the actual blockquote text?
Thank you again!
|
#12
Sep 24, 2009, 06:24 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
reduce the padding - you have
HTML Code:
blockquote {
padding-left:70px;
background:transparent url(http://outfrontcolorado.com/blog/wp-admin/images/beginquote.gif) no-repeat top left;
border:0
}
try
HTML Code:
blockquote {
padding-left:10px;
background:transparent url(http://outfrontcolorado.com/blog/wp-admin/images/beginquote.gif) no-repeat top left;
border:0
}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
Thread Tools |
Search this Thread |
|
|
Display Modes |
Linear Mode
|
|