I’m using the DW Page Modern style & wanting to remove the avatar option from the testimonial section. Can’t find an option for it in the code.
1 Answers
Hello Pedro !
To remove testimonial avatar from page, you can do as the following:
1. Install the Jetpack by WordPress.com plugin.
2. Setting Jetpack then enable the Custom CSS feature.
3. Move through Appearance > Editor Css, add the following code:
.section.clients .testimonial img {
display: none;
}
Hope this helps !
Please login or Register to submit your answer