Docs: How to change page header background colour?
How to change page header background colour?
Updated on January 4, 2022
Please add the CSS given below to ( Appearance > Customize > Additional CSS ) field. Please add your desire color code
.page-title:before {
background-color:#000000;
}