Hello.
I'm having an issue where the entry text font is showing as Arial in textboxes, which is correct, but in textarea fields it's sans-serif. Using Firebug, I've determined that the CSS handling this is .form_element, however it should handle both of them. I've looked and can't seem to determine where else the problem could be.
The link to one of the forms can be found here: http://lost-remnants.com/lr/index.php?option=com_chronocontact&chronoformname=contactus
Any assistance would be greatly appreciated.
I'm having an issue where the entry text font is showing as Arial in textboxes, which is correct, but in textarea fields it's sans-serif. Using Firebug, I've determined that the CSS handling this is .form_element, however it should handle both of them. I've looked and can't seem to determine where else the problem could be.
The link to one of the forms can be found here: http://lost-remnants.com/lr/index.php?option=com_chronocontact&chronoformname=contactus
Any assistance would be greatly appreciated.
Hi tel,
Weird, it shows up as Courier for me not sans-serif but I can't see the font anywhere in the page. If you add style='font-family:Arial, Helvetica, sans-serif;' into the <textarea ...> tag that seems to over-ride it.
Bob
Weird, it shows up as Courier for me not sans-serif but I can't see the font anywhere in the page. If you add style='font-family:Arial, Helvetica, sans-serif;' into the <textarea ...> tag that seems to over-ride it.
Bob
This topic is locked and no more replies can be posted.