Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #876189

    Hi

    I would like to insert a (beautiful) quote in my text, with quotation marks, how can I do ?

    Thanks for your help

    #876249

    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

    #877178

    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

    #877227

    Hi,

    Please provide a link to your site so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #877445

    yep Jordan ;-)

    #877870

    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

    #878025

    Thank you Jordan !

    Is it possible to increase the dropcape’size ? in css perhaps ? How can I do ?

    Thank for your help

    #878065

    Hi,

    Perhaps this may work via quick css:

    .av_dropcap1 { font-size: 50px; }

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.