We have changed our branding and I want the (currently) purple block that appears in the header of the PDF booklet to be orange. It seems to be just a html non-breaking space ( ) with a "band" class applied. How do I change the colour of this band class? I cannot find it defined anywhere in the stylesheets. I have tried overriding it in the customstyles.css but to no avail. Any suggestions?
Date
Votes
1 comment
-
Tobias Kindler Hi Julie,
We are using the following definitions in an custom booklet template (based on the "Booklet Sans-Serif" template).
In "bookletsansserif.css" I've changed/added the following values:
td.band
{
height: 30px;
background-color: #008238;
}
div.headereven td.band { width: 30px; }
div.headerodd td.band { width: 30px; }
I hope this helps,
Tobias
Please sign in to leave a comment.