Hi, on new pages, the BG color for the PAGE TITLE section is not showing. Can you tell me where the code or theme setting section is to set that. Thanks! 
Church theme
Hi Steve,
Thanks for reaching out.
It is not clear which section you are trying to point out here. Can you please provide some screenshots to understand that?
Thanks
So on this one you can see that there is no BG color to the PAGE TITLE area as is on the demo of the Church theme. I can’t find where to add that color. Also, some of the other pages on the site don’t even have a Page Title area. So trying to figure out where to edit all that. Thanks.
Hi Steve,
The background color set to the Church demo is through the following custom CSS you need to add this into the Theme Options > CSS to set it globally. If you want to change that for each page, you need to change the color and add it to the Page CSS.
.x-header-landmark
{
padding: 45px 0;
border-color: #e4e1d0;
background-color: #e4e1d0;
}
Please remember that the above code will work if copied as it is and doesn’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes which means we can’t fix it in case it conflicts with something on your site nor will we enhance it. Further customization should be directed to a third-party developer or you can avail of One, where we answer the questions beyond normal theme support.
Thanks
That worked! Thank you!
You are most welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
