Hey guys,
I have a few different products on my website. Each of them has their own theme.
I was wondering if it was possible to change the header color form page to page.
For example, how do I change the header color from light blue to red (#ed4747) on just this page, and not any of the others:
http://learnclubdance.com/accessories/salsa-moves-for-the-club/
Thanks in advacne
Hey kgbrooklyn!
Add this to your custom CSS.
.page-id-2887 .header_bg {
background: red !important;
}
Cheers!
Elliott