Hi,
input fields have no borders, so that it is difficult to write there.
Where is problem?
Thanx
input fields have no borders, so that it is difficult to write there.
Where is problem?
Thanx
Hi medved,
this is a setting at your template css, I have just seen a fix for this in the "how to" forums, make a quick search or take alook at the past 10 or 15 posts there and you wil lfind it!
let me know!
Regards
Max
this is a setting at your template css, I have just seen a fix for this in the "how to" forums, make a quick search or take alook at the past 10 or 15 posts there and you wil lfind it!
let me know!
Regards
Max
No problems, will be nice if you posted the fix for anybody comes here again!
Regards
Max
Regards
Max
OK.
I changed:
input, button {
border: none;
}
to:
input, button {
border:1px solid #829300;
}
in my template.css
I changed:
input, button {
border: none;
}
to:
input, button {
border:1px solid #829300;
}
in my template.css
Cool, thank you for sharing this!🙂
Regards
Max
Regards
Max
This topic is locked and no more replies can be posted.