How do I change the coloured font of my widget in pro footer

Hi,
I’ve added code to display a Mailchimp log in and added it through widget custom html to my footer. The font is showing up white and I’m not sure how to change the colour. Can you please help?
Thanks,
Jane

Hello Jane,

Thanks for posting in with a very detailed information.

To resolve your issue, please edit your custom footer and in your widget area element, find the “Customize” tab and add this inline css:

$el .widget,
$el .h-widget {
    color: black;
}

$el #mc_embed_signup {
    background-color: transparent;
}

We would loved to know if this has work for you. Thank you.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.