View Single Post
Old 11-24-2022, 03:38 AM   #1
issam.seghir99
Junior Member
issam.seghir99 began at the beginning.
 
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; }
issam.seghir99 is offline   Reply With Quote