Chapter title color is not getting changed. Can you please help ? Text color doesn't work on title #610
Unanswered
parthshethi2e
asked this question in
Q&A
Replies: 1 comment
-
Some publications force the CSS styling which prevents us from overriding some of them. You can try setting the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Code: preferences: EPUBPreferences(
backgroundColor: Color(uiColor: UIColor(hex: (epubTheme?.background)!)!),fontSize: initialFontSize, pageMargins: 0.8,publisherStyles: false,scroll: epubTheme?.continous,
textAlign: epubTheme?.alignment == "left" ? .left : .justify,
textColor: Color(uiColor: UIColor(hex: (epubTheme?.fontColor)!)!)
),
Beta Was this translation helpful? Give feedback.
All reactions