ok, thanks for that. I have managed to change the "name" and "email address" font size. I have also downloaded the developers plug-in which is really useful - thanks.
Obviously I don't understand how the stylesheet works. Its confusing as some elements seem to have the same controls but when you make a change different things seem to happen e.g. using the developers plug-in I have identified the controls for the "snow-kit.com" and telephone number on the Contact Us page. When you make these changes the font size in the .sideBoxContent changes as well. This seems to be controlled by:
h4, h5, h6, label, h4.optionName, legend, address, .sideBoxContent, .larger (line 51)
{
font-size: 1.3em;
}
but why are they different sizes even though the stylesheet calls 1.3em?



