Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter onebrightspark

    (@onebrightspark)

    I have just noticed in the FAQs:

    13. How to get rid of the quotation marks that surround the random quote?
    In your theme’s custom.css or styles.css file write the following CSS.

    .testimonialswidget_testimonial .testimonialswidget_open_quote:before,
    .testimonialswidget_testimonial .testimonialswidget_close_quote:after {
    content: none;
    }

    So will give this a try.

    Sorry to hassle and fingers crossed this will work for me.

    Jason

    Plugin Contributor Michael Cannon

    (@comprock)

    Thanks for reading the FAQ. That should resolve your issue if your theme CSS is handling quotes for you.

    Thread Starter onebrightspark

    (@onebrightspark)

    Hi Michael,

    Just a quick update and hope this may help anyone else with the same problem – I added the above CSS into the new side menu in WordPress under

    Appearance/Edit CSS

    So it reads:

    /*
    Welcome to Custom CSS!

    CSS (Cascading Style Sheets) is a kind of code that tells the browser how
    to render a web page. You may delete these comments and get started with
    your customizations.

    By default, your stylesheet will be loaded after the theme stylesheets,
    which means that your rules can take precedence and override the theme CSS
    rules. Just write here what you want to change, you don’t need to copy all
    your theme’s stylesheet content.
    */
    .testimonialswidget_testimonial .testimonialswidget_open_quote:before,
    .testimonialswidget_testimonial .testimonialswidget_close_quote:after {
    content: none;
    }

    and all works great.

    Thanks again Michael and keep up the awesome work with such a great plug in.

    Plugin Contributor Michael Cannon

    (@comprock)

    Thank you for sharing your solution. I’m sure it’ll help people.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Quotes in testimonials’ is closed to new replies.