is there anyway to edit the colors of everything in the site without using themes? like to make it change all the text but not the background or something like that? if so, where is it?
If you have many pages it much easier to use css
and external css files to format the text.
You just have to edit the 1 file with your css styles
and all linked pages are updated at once.
Css Saves time
With regular html you have to edit all your separate pages and many more html tags so this way takes longer if you have more then a few pages to change.