Hi all - I've been using Chronoforms for some time. I've just updated a friends site to the latest install of Joomla and they've picked a new (Free) template.
Chronoforms is working fine, however the particular template they've chosen makes the memo \ large free text box to be filled black.
The page is here
http://fallowfen.com/contact-us
I'll be honest, I really have no idea where to start to fix this! Any suggestions or pointers would be greatly appreciated.
Many thanks Steve
Chronoforms is working fine, however the particular template they've chosen makes the memo \ large free text box to be filled black.
The page is here
http://fallowfen.com/contact-us
I'll be honest, I really have no idea where to start to fix this! Any suggestions or pointers would be greatly appreciated.
Many thanks Steve
Hi Steve,
The problem is this block around line 39 of the template.css file
Bob
The problem is this block around line 39 of the template.css file
input, textarea, button {
background: none repeat scroll 0 0 #000000;
border: medium none;
color: #FFFFFF;
}
You can either edit that if it doesn't interfere with anything else; or add some over-riding CSS in a Load CSS action in the form.Bob
Cheers Bob, worked a treat. 😀
This topic is locked and no more replies can be posted.