01/06/2013 at 6:01 pm
#248680
Participant
thanks steven! worked. for those interested here’s the custom css i wrote to disable the background:
#cn-tile-plus .cn-entry {
background: none !important;
-webkit-border-radius: none !important;
-moz-border-radius: none !important;
border-radius: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
border: none !important;
filter: none !important;
}
.edit-link {
display:none;
}