CSS Background Not Working in Chrome
-
I’m trying to customize your plugin, but am having some issues getting the background color to work, especially in Chrome.
Here’s the CSS code I’m using:
.mc4wp-form { border: 1px solid #e6dc25; border-radius: 10px; padding: 20px 20px 50px; background:#4060AD; }If I add “!important” after the background hex code, I can make the background color show up in Safari and Firefox, but even that doesn’t make it work in Chrome.
Interestingly though, in Chrome, it gives me the correct border size and shape, but in the blue color that’s supposed to be used for the background color. The background just appears white in Chrome.
Even more interestingly, I defined the background of the submit button in the same way, and that works in Chrome if I add “!important”.
If you would like to see it in action, you can visit this page: http://upatest.uncoveringpa.com/visiting-seminary-ridge-museum
Thanks for any help you can be.
The topic ‘CSS Background Not Working in Chrome’ is closed to new replies.