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
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
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;
}
Thanks for posting the additional fix :)
Regards,
Devin