Quote:
Originally Posted by deback
Open the editor, then double click on the stylesheet.css file (at the left, down below the html files). Look for the line that starts with "color." Look for "red" or something like "FF0000." When you find the code that is for the color red, delete that line and save the file.
|
I've a saved search...look for
color:.*?; and replace all in the style files. Regex on, of course. (Or find and replace, if you want to keep some but not others.)