I am not the original poster but to add to this info, I use Atahualpa 3.7.12 and have changed the entry under Body, Text & Links down to even 6px to test it and I cannot get the body text size to change. It appears not to do anything. Oddly, my year-old site rendered in a nice size using the default .8 — if that was the setting taking hold — but on a new site I started off in 3.7.12 this setting was large. Same default settings as far as I could tell (no odd font).
I made the change here:
Atahualpa THEME OPTIONS -> Add HTML/CSS Inserts
(It says default is blank but it was never blank.)
Here is what I happened to add:
p,li {font-size: 14px;}
p,li,h1,h2,h3,h4,h5,h6 {color: #0EC7E1;}
h1 { font-size: 20px; font-weight: bold; margin-top: 20px; margin-bottom: -8px }
h2 { font-size: 18px; font-style: oblique; font-weight: bold; margin-top: 16px; margin-bottom: -8px }
h3 { font-size: 16px; font-weight: bold; margin-top: 20px; margin-bottom: -8px }
h4 { font-size: 14px; font-weight: bold; font-weight: bold; margin-top: 20px; margin-bottom: -8px }
h5 { font-size: 13px; font-weight: bold; font-style: italic; margin-top: 20px; margin-bottom: -8px }
h6 { font-size: 12px; font-style: italic; font-weight: bold; margin-top: 20px; margin-bottom: -8px }
NOTE: I do not know whether this code will survive a theme update.
Last edited by Tales; Jun 16, 2013 at 03:57 AM.
|