|
|
#1 |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Nov 2022
Device: none
|
header color cannot be change with CSS
when I try to change the header color in performance > style with CSS, the headers in the epub don't change, this is what my CSS looks like :
Code:
h1 {
color : #991F95;
font-size: 2.5em;
font-weight: bold;
text-align: center;
font-family: "Monotype Corsiva", "Apple Chancery", fantasy;
border: 1px solid #ccc;
border-radius: 10px; }
h2, h3, h4 {
color : #991F95;
font-weight: bold;
text-align: center;
border: 1px solid #ccc;
border-radius: 10px; }
h2 + p:first-line {
font-variant: small-caps;
font-size: 1.1em; }
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Change the header/footer text size. | bmcs | Calibre | 2 | 03-09-2020 07:13 AM |
| How to css change background color of an epub? | alegriadelarte | Editor | 1 | 05-15-2018 04:37 PM |
| pdf header reference to css | rjwse@aol.com | Conversion | 11 | 12-09-2016 02:34 PM |
| Broken screen Aura HD wants to change the header | bigbless | Kobo Developer's Corner | 0 | 05-30-2016 05:45 PM |
| How to change header/footer font? | mngharry | LRF | 1 | 06-02-2009 04:01 AM |