Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jahangeerm

    (@jahangeerm)

    Here’s a link to my page FYI:
    https://jato.jahangeer.com/jato/newsmedia/press/

    The plugins on the Bottom Left Sidebar.

    mother.of.code

    (@imazed)

    The Mother of Code

    Hi jahangeerm,

    Yeah that looks like it might be a bug in our CSS file, I’ll make sure to pass it along to our developer. You can fix it to add the following to your style.css file:

    .mc4wp-form input[type=submit]:hover {
    color: #333 !important;
    }

    Hope that helps!

    Thread Starter jahangeerm

    (@jahangeerm)

    Hi,
    Thanks for the quick reply. I have added the code to my Child theme style.css but I still can’t see any changes.
    I cleared all my Cache as well.

    Am I missing something?

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    I tested your site again and noticed due to multiple rules overriding each other the one you used earlier was not working. Can you please try below code and let me know if that works.

    .mc4wp-form button:hover,
    .mc4wp-form input[type=button]:hover,
    .mc4wp-form input[type=submit]:hover,
    #mc4wp-form-1 button:hover,
    #mc4wp-form-1 input[type=button]:hover,
    #mc4wp-form-1 input[type=submit]:hover {
    	color: #333 !important;
    }
    Thread Starter jahangeerm

    (@jahangeerm)

    Hi Harish,
    That fixed it! Thank you so much for taking the time!
    Really appreciate your effort!
    And 5stars for the Plugin! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Button Hover Color’ is closed to new replies.