Tagged: CSS
Hi,
Just wanting to know how I can use CSS to change the background of each of our product category pages to make the corresponding category colors here: https://expresswriters.com/content-shop/
Thanks,
Josh
Hi j1980mac!
Thank you for using Enfold.
You can use the unique term css selector that is being automatically applied in the body tag. Something like this:
.term-industry-copywriting-services #main .container {
background-color: #0069b4;
}
Regards,
Ismael
Awesome! Thanks Ismael!