Problem with Cove Comments login button

I’ve just reinstalled Cove on my site, but one (small) problem is baffling me. Before users login, the “send email” button in the Cove area is coming up like this:

But once you’re logged in, it looks fine:

Anyone encountered this, or got any sense how I might go about solving it?

Hi @Adders,

Seems to be some conflicting css, inside the send button you have button-text class which is set to dark. You can overwrite it for the cove button in code injection:

<style>.cove-button .button-text { color: #fff }</style>
1 Like

Brilliant. Thank you!

1 Like