12/13/2013 at 11:01 am
#275350
Keymaster
@ Victor
If you create a “Featured” category, you can use CSS to target that category.
You would use this CSS selector:
.cn-list .featured {
<!-- you're custom css here -->
}
This assumes your name the category exactly as “Featured” … If you use a different name you would change the CSS selector accordingly.
Tip. You can use this technique to target any category.
Hope that helps!