• Resolved catwingz

    (@catwingz)


    Note: the site is under development and only visible if logged in——but you really don’t need to see it for this question.

    I would like to know if it’s possible to call for a substitute quote image with CSS (or any other snippet) when using the default theme. I have experimented with substituting it in the plugin files and know it will be overwritten when the theme updates.

    Thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @catwingz,

    You can do that by adding the following code in Appearance > Customize > Additional CSS:

    .strong-view.default .testimonial-heading {
        background: url(img/quotes.png) no-repeat scroll left center transparent; }

    Just replace the the url ‘img/quotes.png’ with the one you want and save.

    This should do it.

    All the best,
    Mihaela

    Thread Starter catwingz

    (@catwingz)

    This worked perfectly. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘quote image’ is closed to new replies.