Hi there, I'm using the Wp Subscribe widget to collect e-mails for my newsletter. I've tried to add CSS code to style the form, but I don't understand why it doesn't work (It works only for the h4.title span area, but not for the other fields). What am I doing wrong?
Oh! Actually I did put it in the General Settings Css box, but somehow it was also on the page's Css. I think the Widget does that by default, so it kept overwriting what I was doing on the General Settings.
Hi there,
I'm using the Wp Subscribe widget to collect e-mails for my newsletter.
I've tried to add CSS code to style the form, but I don't understand why it doesn't work (It works only for the h4.title span area, but not for the other fields).
What am I doing wrong?
ALSO: The wp subscribe form seems to show different colors depending on which page it is.
I'd like it to be styled the same way everywhere.
See both URLs here:
http://fedwasnoussi.com/#Contact
http://fedwasnoussi.com/?p=6144
Here's the CSS I'm using:
#wp-subscribe h4.title {
color: #ea3a9e;
}
#wp-subscribe h4.title span {
color: #ea3a9e;
}
#wp-subscribe input.email-field {
background: #000000;
color: #ffffff;
}
#wp-subscribe input.submit {
background: #000000;
color: #ffffff;
}
#wp-subscribe p {
color: #000000;
}
#wp-subscribe p.footer-text {
color: #000000;
}
Hey Again,
You need to add the css to the General Settings Custom css box for it to appear on all pages :
Thanks
ThemeNectar Support Team
Oh! Actually I did put it in the General Settings Css box, but somehow it was also on the page's Css. I think the Widget does that by default, so it kept overwriting what I was doing on the General Settings.
Thanks for helping me figuring it out!