Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22404

    Hi, I have some question, and would appreciate it you can help to clarify, thanks!

    1) change the image of the testimonials from circle to squard;

    2) change the Heading Font to arial;

    3) your Better WordPress Minify plugin configuration, as your demo site scores better than mine when it comes to Defer parsing of JavaScript. Except the minify plugin, do you use other performance plugin?

    Brgds/Brian

    #115679

    Hi hsie,

    1) Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    .avia-testimonial-image {
    border-radius: 0;
    }

    2) You can change the heading font in your themes Styling tab.

    3) Kriesi just uses WP-Super Cache on the demo.

    Regards,

    Devin

    #115680

    Hi there,

    The border CSS didn’t fix the circle thumbnail in Safari, so this code worked:

    .avia-testimonial-image img {

    border-radius: 0;

    }

    .avia-testimonial-image {

    border-radius: 0;

    }

    #115681

    Thanks for posting the additional fix :)

    Regards,

    Devin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘how to change the image of testimonials from circle to squard?’ is closed to new replies.