I'm working on a site that has a handful of categories. Each category needs to be assigned a specific color to be used throughout the site.
How would I accomplish this in a way that's easy for the user to edit?
A couple ideas I've come up with so far are...
1) a massive If statement (if is_category then this color) This if statement will need to be manually edited. I doubt my users will want to open a text editor.
2) custom field value for the specific post. This option leaves lots of room for user error.
Any other ideas?