How to change Jetpack footer widget text color.

Posted in: Newsmag
Post count: 95

Hi,

I had a jetpack email subscription widget at the footer of the page.
The text of the color is same as the background color, so I want to change it.

I try to use custom css to chnage.
.widget.jetpack_subscription_widget {
color: white;
}

but it doesn’t work.
It seems the theme text color override this css setting.
Is there any method to change the text color?
Thanks.

Post count: 6535

Hi

Try to add !important to your css like this:
.widget.jetpack_subscription_widget {
color: white!important;
}

If this doesn’t do it please provide a link, because I need to inspect this to provide a more accurate answer.

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.