Convert plugin custom hover help

Hi there,

I’m trying to customize the Convert Plus form, and am not able to change the hover state on the submit button. The hover state background colour is being overridden by an !important element in the theme, so my !important background colour won’t take effect. I’m not a fan of their default styling at all, and want to make this adjustment. Help?

Cheers!

Hi There @kmaweb

Thanks for writing in! Could you please try adding the following CSS rule into your Theme Options > Global CSS area and see if that overrides your button rule.

.cp-form .cp-submit-wrap .cp-submit.btn-subscribe.cp_responsive.cp-btn-flat.smile-animated:hover {
    background: black !important;
}

Let us know how it goes.
Thanks!

1 Like

That did the trick. Thanks so much!

You are most welcome. :slight_smile:

1 Like

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