07/20/2015 at 12:07 pm
#340607
Keymaster
@ Susan
Yes. This can easily be accomplished using CSS. The categories assigned to an entry are added as classes to the entry div.
My suggestion is to add a “Member” category and assign your member entries to that category. They will now have the members class which you can use to target with CSS.
Here’s an example:
#cn-cmap .bed-breakfast .cn-entry {
background: yellow !important;
}
This will turn the background all all entries in the bed-breakfast category to yellow.
So, for your “Member” category will be:
#cn-cmap .member .cn-entry {
background: yellow !important;
}
Using this CSS selector, you could really do pretty much anything you want to differentiate your member entries.
Hope that helps!
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
