When you added your form to your sidebar, you also pasted in the CSS that’s supposed to go into your theme’s stylesheet.
Remove:
style>
<!--
* form box */
#GRSubscribeForm fieldset {
width: 260px;
border: 0;
}
/* comment about GetResponse */
#GRSubscribeForm p {
font-size: x-small;
}
/* table used to position form elements */
#GRSubscribeForm table {
border: 0;
}
-->
</style>'
from the sidebar or widget.
Edit style.css and add the following to the bottom of the file:
/* form box */
#GRSubscribeForm fieldset {
width: 260px;
border: 0;
}
#GRSubscribeForm input {
border:1px solid #999;
}
/* comment about GetResponse */
#GRSubscribeForm p {
font-size: x-small;
}
/* table used to position form elements */
#GRSubscribeForm table {
border: 0;
}`
Thank you for your response.I have followed your instructions to the letter but there is no change.How can make my sign up for eye catching in terms of visible color and font?
Please help.
With King Regards
Morris
Try adding the following to your style sheet:
#GRSubscribeForm {
background:#6CA0D5;
color:#000;
}
and then adjust the background color and text color to suit.
Thank you.But again no change.
Have a look http://www.bloggingmillionare.com
Your continued assistance is appreciated.