10/28/2016 at 2:44 pm
#397783
Keymaster
@
re: when I put the following code in the style.css of my theme the pictures disappeared.
Yes, it would disappear. the display: none !important;
means exactly that. It will not be displayed.
Remove that line from the CSS. Use this instead:
#cn-circled .cn-circled-thumb img {
border-radius: 0 !important;
}
#cn-circled .cn-circled-thumb span.cn-image-style {
border-radius: 0 !important;
}