How do I change the background color of the Page Title bar?
Hi ayesroc!
Add this to your custom CSS.
.title_container { background: red !important; }
Regards,
Elliott
Would it be possible to use an image here?
Hi!
Perhaps something like this would work.
.title_container { background: url("URL to your image") !important; }
Best regards,
Elliott