12/06/2014 at 9:03 am
#311848
Keymaster
@ Kathy
re: how do i remove the borders around the logo and the images?
This CSS will remove the borders:
#cn-cmap span.cn-image-style {
background: none !important;
border: none !important;
}
#cn-list span.cn-image-style {
background: none !important;
border: none !important;
}
