10/28/2016 at 2:22 pm
#397778
Participant
When I tried it nothing happened, but when I put the following code in the style.css of my theme the pictures disappeared.
#cn-circled .cn-circled-thumb img {
border-radius: 0;
display: none !important;
}
cn-circled .cn-circled-thumb span.cn-image-style {
border-radius: 0;
display: none !important;
}
-
This reply was modified 6 years, 5 months ago by
Steven Zahm. Reason: Correct code block