When I place a subscribe widget in the sidebar, the text inside of the box is white, along with the Submit button and cannot be read, any ideas on what could be causing this and how to fix it?
Hi Parker !
We have checked your site, I think you have fixed this issue in the version 1.0.1,
Our solution for the issue is you can add the following code to the Header Code:
<style>
#subscribe-submit > input {
color: #....;
}
#subscribe-email > input {
color: #....;
}
</style>
Thank you that worked!
Hello Parker !
Please send me your site for further checking.
My site is http://www.elder-tylers-blog.com, I had actually found that the element was inheriting the styling of the front end update buttons and was causing the font color to change. I had edited the code myself to fix it in 1.0.1 But I just updated to 1.0.2 and it went back to the way it was before I edited the code, so I will leave it so you can see it.
Please login or Register to submit your answer
replied 11 years ago
I have the same issue, with the same widget, which is the Jetpack subscription widget.
replied 11 years ago
Yup that’s the widget I was having problems with.