I did see another post of someone doing it by modifying the child theme, but it was unclear how… Is it impossible or outside the scope of Theme X support? It seems like it should be fairly basic to have a header reflect the category of a post… I see it quite often, it seems.
Also, I tried to change the color of post header background by category and neither this
.category-recipes .x-header-landmark {
background: #ffeaa7;
}
nor this
.category-recipes …x-header-landmark {
background: #ffeaa7;
}
worked…
I can get it to work for the whole site
header.x-header-landmark {
background: #ffeaa7;
}
but when I add a category, it doesn’t work anymore.
.category-recipes .header.x-header-landmark {
background: #ffeaa7;
}
Please advise?
Thank you!