
Originally Posted by
jemenvy
While I'm thinking about it... I'm also having difficulty with the "Currencies" heading.
The font is larger than the rest of the sidebox fonts, and it doesn't seem to want to change.
It is because the Currencies heading text has <label></label> tags around it which it shouldn't have. You can either remove them in the sidebox currency template or in your stylesheet do the following...
Change...
Code:
h4, h5, h6, LABEL, h4.optionName, ADDRESS, .sideBoxContent, legend, .larger{
font-size: 1.3em;
}
..to read...
Code:
h4, h5, h6, h4.optionName, ADDRESS, .sideBoxContent, legend, .larger{
font-size: 1.3em;
}
i.e. remove the bit about LABEL.
I've not tested the above but I think it should work.
Kind regards,
Christian.