Help needed with Beez template forms - Joomla! Forum - community, help and support
hi there,
i have website based around modified beez template. fine except 1 thing , can't find right parameter change in templates.
http://www.harlequinfloors.com/us/en/co ... -form.html
on above link - when click on form field, border disappears. i'm sure must easy thing, i've spent 2 days looking right line in template. if tell me change or add, i'd grateful.
thanks in advance,
martyn
i have website based around modified beez template. fine except 1 thing , can't find right parameter change in templates.
http://www.harlequinfloors.com/us/en/co ... -form.html
on above link - when click on form field, border disappears. i'm sure must easy thing, i've spent 2 days looking right line in template. if tell me change or add, i'd grateful.
thanks in advance,
martyn
hi,
search layout.css this:
should around line 24. that's can fix it.
search layout.css this:
code: select all
input:focus {
border:solid 0px;
}
should around line 24. that's can fix it.
Comments
Post a Comment