I would like to have custom header colors for individual pages.
How would I go about doing this?
Thanks!
Hi reidmccallhhi!
You can use custom CSS code as following one
.page-id-59 .header_bg { background-color: red !important; }
and change ID as needed depending on your page
Best regards,
Yigit
that works great thanks!