05/31/2014 at 2:58 am
#292598
Participant
Steven ..
I think I got it worked out —
here is what I used and got it to work
div#cn-cmap div.cn-entry {
background: #FFF !important;
border: 2px solid #F7EACF;
}
div#cn-cmap div.cn-bio, div#cn-cmap div.cn-notes, div#cn-cmap div.cn-gmap {
background: #F7EACF;
border: 1px solid #592800;
}
This changed the color of the entry, the bio/note area, and the line around the entry/content.
Looks like what the code wanted to work was for the “div” to be in front of the other elements — — that seems weird, but it seems to work.
Thanks for your help on this.
I appreciate it.
