no line around text box

Gr GreyHead 13 May, 2010
Hi denovo521,

Edit the template styling at line 1240 in template.css

Bob
de denovo521 13 May, 2010
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!
Gr GreyHead 14 May, 2010
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
de denovo521 14 May, 2010
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?
Gr GreyHead 14 May, 2010
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.
de denovo521 14 May, 2010
i had already tried that but did not work - i will have to look into the css further. thank you for your help!
This topic is locked and no more replies can be posted.