Testimonials Issues

Hi - the images for my testimonials are being cropped - how can I stop this?

Also, the speech marks are the wrong way around - I want them to be the rigth way around - how can I replace the graphic?

Comments

  • edited March 2015
    Hi,

    if you want to change testimonials images, then you must play with add_image_size() function which is under functions/theme-functions.php file. But if you want to change background image of testimonials, please use below css:
    blockquote::after { background: url("PATH-TO-IMAGE"); }
    Thanks!
Sign In or Register to comment.