• I like to change text colors and fonts in the default theme. I replaced
    default color and font percent in style.css to the colors and size that I want, but nothing changed. I am new to this, and would appreciate help with specific steps rather than general instrctions.

Viewing 7 replies - 1 through 7 (of 7 total)
  • A link to your site would help.

    Thread Starter umaabay

    (@umaabay)

    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.

    Thread Starter umaabay

    (@umaabay)

    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.

    Thread Starter umaabay

    (@umaabay)

    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

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Changing color and font’ is closed to new replies.