Plugin Author
Franky
(@liedekef)
Paying theme … I can’t test those.
Now probably DIVI adds some CSS that changes the submit-button layout. So find the CSS that does that 🙂 Your theme support can help you too.
Thank you for your reply!
It seems like the theme has not defined the button-style because of the use of their own content-editor.
Keep up the great work!
Hello,
I am also using EME with Divi. You can change the butten in the CSS-Box of the side in the Divi-Builder.
Here is the code I styled the button for example:
input[name=”eme_submit_button”] {
/* your css here */
background: #81d742; background-image: -webkit-linear-gradient(top, #81d742, #609934); background-image: -moz-linear-gradient(top, #81d742, #609934); background-image: -ms-linear-gradient(top, #81d742, #609934); background-image: -o-linear-gradient(top, #81d742, #609934); background-image: linear-gradient(to bottom, #81d742, #609934); -webkit-border-radius: 28; -moz-border-radius: 28; border-radius: 28px; font-family: Arial; color: #ffffff; font-size: 16px; padding: 10px 20px 10px 20px; text-decoration: none; }
input[name=”eme_submit_button”]:hover {
/* your css here */
background: #2d9139; text-decoration: none; }
I know 4 months too late 🙂
Tot ziens,
Peter