scooterpsu / Comixology_Ubooquity_2

38 stars 7 forks source link

Comic char header #15

Closed mrussojr closed 5 years ago

mrussojr commented 5 years ago

Update the comicChar pages to either include the previous header before the headerSection, or have the image as a background to the headerSection. This is dependent a new setting variable in the settings.js file as defined: var comicCharHeader = false; / Show header.jpg image for comic character pages before headerSection container, otherwise header.jpg will be used as background image in the headerSection container /. Wasn't sure how to add this since that file isn't in the repo.

scooterpsu commented 5 years ago

Rather than setting css via javascript, can you add a new class to the header instead? Setting stuff this way makes modifying it via theme variants overly complicated.

mrussojr commented 5 years ago

sure thing