Parker Tyler
asked 10 years ago

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?

Philip Trauring
replied 10 years ago

I have the same issue, with the same widget, which is the Jetpack subscription widget.

Parker Tyler
replied 10 years ago

Yup that’s the widget I was having problems with.

2 Answers
DominicStaff
answered 10 years ago

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>

 

Parker Tyler
replied 10 years ago

Thank you that worked!

DominicStaff
answered 10 years ago

Hello Parker ! 
Please send me your site for further checking.

Parker Tyler
replied 10 years ago

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.

Powered by DW Question & Answer Pro