Quote:
Originally Posted by please55
I got an epub but the color of the pages are an off color yellow and I can't figure out how to make them the usual white.
Can I make the change within the editor?
|
look for a
background-color: in the CSS (
probably in the body class, but it could be elsewhere)
/* is how you comment out (disable) a line in the CSS */
the color assigned part varies it could be
yellow, but if a shade was used it will be 6 hexadecimal values with a # in front
having no
background-color: line will let the device use the default