Viewing 4 replies - 1 through 4 (of 4 total)
  • The plugin only includes the opening (left) quote marks. You will have to to override that in your theme if you want something different.

    Thread Starter James

    (@jmdesignsolutions)

    Hi Chris,

    No problem, thanks for the quick reply. I added some CSS to the client details section which seems to do the job nicely.

    Thanks,

    James

    James Could you share what you did yo get the end quote to show?

    Thread Starter James

    (@jmdesignsolutions)

    No problem, I created an end quote graphic (mine is called “quotesend.png”) by rotating the opening quote image and then uploaded it to my theme. Then I just added this to the css:

    .client {
    background-image: url(“images/quotesend.png”);
    background-position: right 15px;
    background-repeat: no-repeat;
    padding-right: 40px;
    }

    It’s a little rough and you’ll probably need to tweak it to fit your theme but should do the job.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘End Quote Image Missing’ is closed to new replies.