04/07/2016 at 1:39 pm
#372050
Keymaster
@ len
re: how would users know to click on the comapny name to get to the single entry with the contact extension? Doesn’t seem obvious.
If you feel your users would not find it obvious, you could add a bit of custom CSS, like the following example (tweak as desired), to the theme’s custom CSS area, to make it “pop” a little more.
#cn-cmap .cn-list-row h3 a span.fn, #cn-cmap .cn-list-row-alternate h3 a span.fn {
color: #2ea3f2 !important;
border-bottom: 2px solid #2ea3f2;
display: inline-block;
}
