10/28/2016 at 9:57 am
#397706
Keymaster
@ Matthew
Oh, so you like Circled, but not that the image is presented circular, correct? If that is the case, add the following to the theme’s custom CSS area:
#cn-circled .cn-circled-thumb img {
border-radius: 0;
}
#cn-circled .cn-circled-thumb span.cn-image-style {
border-radius: 0;
}
Hope that helps!