Tagged: quote
Hi
I would like to insert a (beautiful) quote in my text, with quotation marks, how can I do ?
Thanks for your help
Hey sandra1307,
Do you mean testimonial element to your posts? If so, you can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
Create the shortcode then copy & paste it in your post.
Best regards,
Jordan Shannon
Hi Jordan
Thank for your help
Not testimonial, but a b-quote (ok I found it) but there is a vertical line and I would like (big) quotations marks.
Thanks for your help
Hi,
Please provide a link to your site so we can look into this issue further.
Best regards,
Jordan Shannon
yep Jordan ;-)
Hi,
You need to use the dropcap shortcode.
<blockquote>[av_dropcap1]"[/av_dropcap1]Click here to add your own text</blockquote>[av_dropcap1]"[/av_dropcap1]
Or you can bring the default wordpress blockquote styling.
blockquote {
background: transparent url('../images/skin1/quotes.png') no-repeat top left;
}
You need to supply the image for quotes.png.
Best regards,
Jordan Shannon
Thank you Jordan !
Is it possible to increase the dropcape’size ? in css perhaps ? How can I do ?
Thank for your help
Hi,
Perhaps this may work via quick css:
.av_dropcap1 { font-size: 50px; }
Best regards,
Jordan Shannon