Script URL:
Version of script: 1.43
...
Write your message below:
sign form field background colors - can I customise the text box background colors? where? I want them #C0FFC0
custom textbox background color
Hello Me59,
In the gbook folder find style.css
Open it and findand replace it with
Greetings,
Henrie
In the gbook folder find style.css
Open it and find
Code: Select all
INPUT {
font-size: 11px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#000000;
background-color:#FFFFFF;
}
Code: Select all
INPUT {
font-size: 11px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#000000;
background-color:#C0FFC0;
}
textarea {
background-color:#C0FFC0;
}
Henrie