Is there a way to change the color to various title bars? So for example:
Page 1 and all its subpages have the title bar light blue and font color white
Page 2 and all its subpages have the title bar yellow and font color black
Hi!
It is possible to affect specific pages (using ID), try adding this to Quick CSS:
.page-id-22 .title_container{
background: red !important;
}
Cheers!
Josue
oh man that is a pain – maybe in the future releases you can have this option built in on the page?