01/30/2017 at 12:55 pm
#409176
Keymaster
@ Andy
Addf those entries to a category named “featured”, then you will be able to apply a background color to any etry assign to this category. Category name is not important though, it can be anything you want, just adjust you CSS selector to match the category’s slug.
Here is a sample CSS selector:
div.county-antrim div.cn-entry {
background-color: pink !important;
}
This will turn the background color of all entries in the “county-antrim” pink. Adjust to suit.
Hope this helps!
