A link to your site would help.
The website is.onlinesalesplus.com.
The website is onlinesalesplus.com. Thanks in anticipation of your help.
Which colors and fonts did you want to change? There are about 20 font references in style.css, 7 references to text color and 7 references to background color.
I want to change text color to blue instead of black. What are the speific codes to change. Also, I want the font size to be about 1.5 times larger than the present. Thanks in anticipation of your help.
in the style.css:
body {
font-size: 62.5%;
if you change 62.5% to 100% that should make your font 1.5 times larger.
three lines further down:
color: #333;
the color code #333 is very dark grey, change that to the code for blue #006 (zero zero six) for instance. then search the style.css for other lines where you find ‘color: #333’ and change that as well.
Thanks! You have been great. Two more little questions: 1. Where do I find these color codes, e.g., I was using 0000FF instead of 006, and it did not work. 2. Is it possible to change font and color only on a part of the text rather than the whole text? Thanks in anticipation of your help.
Just found this in another topic:
http://www.colorschemer.com/online.html
For more twiddling/make-up, try the plugin TinyMCEAdvanced