There is not a line around the text box - so you can't see where you are to fill out the form. how do I change this?
http://www.nhym.org/index.php?option=com_chronocontact&Itemid=33
http://www.nhym.org/index.php?option=com_chronocontact&Itemid=33
I'm sorry to keep bugging you! I just took over this website (http://www.nhym.org) and am trying to figure out what the other company did/didn't do. I cannot find the template that you are talking about. Please see my attachment - Maybe the other company never installed it - or maybe I'm blind!
Hi denovo521,
The 'star' in the templates list tells you that the installed template is NHYM_Home. If you open that for editing you will find the template configuration. There will also be a bunch of files - you can probably see those more easily using an FTP browser or a Joomla Extension like exTplorer. One of these files will be template.css.
All I did was look at your site with FireBug in FireFox to see what CSS applied to the input tags.
Bob
The 'star' in the templates list tells you that the installed template is NHYM_Home. If you open that for editing you will find the template configuration. There will also be a bunch of files - you can probably see those more easily using an FTP browser or a Joomla Extension like exTplorer. One of these files will be template.css.
All I did was look at your site with FireBug in FireFox to see what CSS applied to the input tags.
Bob
I still am unable to get the line around the box. Here is the css that I have copied from lines 1234 - 1242:
/* blue */
input, button {
border: none;
}
/* blue */
input[type="checkbox"], input[type="radio"]{
background: transparent;
border: none;
}
am I missing some code?
/* blue */
input, button {
border: none;
}
/* blue */
input[type="checkbox"], input[type="radio"]{
background: transparent;
border: none;
}
am I missing some code?
Hi denovo521,
AFAIK border: none; means 'no border; try border: 3px solid #FF8040;
Bob
PS I'm not sure if input[type="checkbox"], input[type="radio"] is a valid CSS selector, I suspect not.
AFAIK border: none; means 'no border; try border: 3px solid #FF8040;
Bob
PS I'm not sure if input[type="checkbox"], input[type="radio"] is a valid CSS selector, I suspect not.
This topic is locked and no more replies can be posted.