My newsletter subscription form has two fields "Name" and "Email". The Email field has a blue background and I want it to have no background. Where can I edit this?
http://www.giorap.com/newsletter/
Thanks
My newsletter subscription form has two fields "Name" and "Email". The Email field has a blue background and I want it to have no background. Where can I edit this?
http://www.giorap.com/newsletter/
Thanks
screen.css (line 65)
tbody tr:nth-child(2n) td, tbody tr.even td {
background: none repeat scroll 0 0 #E5ECF9;
delete the #E5ECF9
Where do I find screen.css? I can't locate it in wp-admin or in the Newsletter plugin pack?
/wp-content/themes/modularity-lite/library/styles/screen.css
This is the code I have but simply removing the #E5ECF9 didn't work...how should it look?
tbody tr:nth-child(even) td, tbody tr.even td {background:#E5ECF9;}
Thanks
Sorry
tbody tr:nth-child(even) td, tbody tr.even td {background-color:transparent ;}
Great. That worked. Thanks!
Ok; pleasure
Please mark thread as resolved so that
- others with similar problem can see it as resolved and will read this thread for help if they have similar problem
- people providing help see it as resolved and will not waste time reading this post.
This topic has been closed to new replies.