@zitrusblau,
I don’t know if this will be helpful to you but, I managed to have my subscription forms to look better with this CSS I added through Yellow Pencil:
form.mailpoet_form br{
display:none;
visibility:hidden;
}
.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success{
left: 50%;
position: absolute;
text-align: left;
top: 12%;
transform: translate(-50%, -50%);
}
and to the Manage my subcription page, I added this CSS:
.mailpoet-manage-subscription .mailpoet_paragraph select,.mailpoet-manage-subscription .mailpoet_paragraph select option{
font-size:15px;
font-family:'Montserrat', sans-serif;
}
.mailpoet-manage-subscription .mailpoet_paragraph select{
margin-bottom:1em;
}
/* Mailpoet change email info */
.mailpoet-manage-subscription .mailpoet_paragraph .mailpoet-change-email-info{
font-size:16px;
}
/* Strong Tag */
.mailpoet-manage-subscription label strong{
font-size:16px;
color:#3498db;
}
.mailpoet-manage-subscription input{
margin-bottom:1em;
}
/* Label */
.mailpoet-manage-subscription .mailpoet_paragraph label{
font-size:15px;
}
.mailpoet_paragraph label.mailpoet_checkbox_label input{
margin-bottom:0em;
font-size:15px !important;
}
.mailpoet_paragraph input.mailpoet_submit{
margin-top:1em;
}
Thanks for sharing your approach @anticosti
But I’d rather like to adjust the html output instead if that’s possible.
Guess we might use a form builder integration (Gravity Forms) for this although this is definitely kinda over engineering for a very simple subscription form…
https://www.mailpoet.com/plugins/
-
This reply was modified 4 years, 11 months ago by
zitrusblau.
Unfortunately, the Gravity Forms addon that we would have used to workaround this is no longer being maintained and not working with most recent WP and Mailpoet versions:
https://wordpress.org/plugins/add-on-gravity-forms-mailpoet/
So, do we have any other option here?