07/10/2015 at 10:13 am
#339850
Keymaster
@ bobbyau
re: choose which business is listed at the top?
You could try this.
re: I’m also wanting to make the top listing stand out a bit, do you have any suggestions as how this could be done/if possible.
You could create a “Featured” category and assign your desired entries to the “Featured” category. The you could use CSS to have a “special” background color for those that are “featured” like so:
#cn-cmap .featured .cn-entry {
background-color: red !important;
}
Hope that helps!
