To remove the border please add the following code in Appearance > Customize > Additional CSS:
.strong-view.default .testimonial-image img {
border: none;
}
All the best,
Mihaela
Hi,
I added the the code but it doesn’t solve the problem.
Hello @parmenioneyes,
Please also add this code in Additional CSS:
.strong-view.default .testimonial-image img {
background: none;
}
Sorry it doesn’t solve the problem. In fact no matter the change I do in my style.css located in child theme i think the css aren’t taken into account. What is the file css file I must change with default theme ?
Thank you
I find a solution. I edited templates/default/content.css and deleted the code
strong-view.default .testimonial-image img {
/*background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #EFEFEF;
padding: 6px;*/
margin: 0 auto;
}
I don’t understand why my style.css don’t work..