Archived topic
Body Background colour on Category Achieve pages
3 replies · Started by Paul on November 9, 2022
Viewing posts 1–4 of 4
Hi Team,
I can't see where I can update the background colour on archive category page - can you help?
Please see link to staging site in private info
Thanks
Hi there,
if you want to only change it on an archive page then the simplest method is to use CSS:
body.archive {
background-color: var(--grey-100);
}
Perfect, thank you David!
You're welcome
This archived topic is closed to new replies.