Pedro Sanchez
asked 10 years ago

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
DominicStaff
answered 10 years ago

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 !

Powered by DW Question & Answer Pro