Hi, I would like to have one page with a different header color than the rest of the site. May I please have the css for coding a single page?
Thank you.
Please assist? Hi, I would like to have one page with a different header color than the rest of the site. May I please have the css for coding the header differently on a single page?
Hey!
Can you please post the link to your page that you would like to have header in different color?
Best regards,
Yigit
Hi!
You can change the header color with the below css (and the correct page-id):
.page-id-65 .header_color {
background-color: #2c2119 !important;
}
Regards,
Dake
Thank you kindly.