I would like to have a different color background to identify each category tag displayed on my blog posts. I’ve copied the following CSS from another support topic similar to mine, referencing the site library: volume:
.entry-meta .cat-links a {
background-color: #ff3366;
color: #fff !important;
padding: 6px 12px;
border-radius: 3px;
font-size: 0.7em;
text-transform: uppercase;
}
I’m having a hard time figuring out how to make each category a unique color.
I would also like to replace the commas between categories with a space. I tried the code at this link but it turns my categories into a bulleted list.
GeneratePress 2.2.2