01/26/2015 at 9:21 am
#317200
Keymaster
@ Paul
The border can be changed by using a bit of CSS. Add the following to the theme’s custom CSS area:
#cn-cmap .cn-entry {
border: 1px solid red !important;
}
Hope that helps, let me know.