-
craig_au
Hi
When using the Newsroom site library, under the Latest Feed and Featured, there are colors in the background for the category. When testing on my site, the colors are not being displayed. Is there an advanced setting to change this or enable?Thank you
-
David
Hi there,
they are set using CSS in the Customizer > Additional CSS, there is one for each category that came with the demo content and they look like:
body:not(.single) .post-term-item.term-lifestyle { background-color: var(--lifestyle); }
in this example, replace
term-lifestyle
with the relevant term. eg. if had a term ofcats
it would be:term-cats
And here:
var(--lifestyle);
you can change the color you want it to have -
craig_au
Thanks David. thats great. One more question, if there is a space in the category name, any tick to getting this associated to the term?
-
Fernando
It’s the slug you should follow, not the name. Example: https://share.getcloudapp.com/L1uDwyEQ
-
craig_au
Thank you. That makes sense.
-
Fernando
You’re welcome, Craig!
- You must be logged in to reply to this topic.