Mailpoet statement: we don't have proprietary styling not true
-
I’ve been trying to solve a CSS styling issue with my Mailpoet widget.
Reading Mailpoet statements that there is no proprietary MailPoet CSS and that the widget completely depends on the installed theme I turned to my theme developer to get the widget’s input box in the same styling.
We however didn’t manage to get this fixed. Why? Because Mailpoets uses jQuery to adapt the CSS styling dynamicly. That’s irritating…
Why Mailpoet? And what does /wp-content/plugins/wysija-newsletters/js/front-subscribers.js?ver=2.6.8 all do? How can we disable this?
I really would like my widget to comply with the following CSS:
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #888; font-family: Oswald, Helvetica, sans-serif; text-transform: uppercase; font-weight: normal; font-size:12px; } input:-moz-placeholder, textarea:-moz-placeholder { color: #888; font-family: Oswald, Helvetica, sans-serif; text-transform: uppercase; font-weight: normal; font-size:12px; } input::-moz-placeholder, textarea::-moz-placeholder { color: #888; font-family: Oswald, Helvetica, sans-serif; text-transform: uppercase; font-weight: normal; font-size: 12px; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #888; font-family: Oswald, Helvetica, sans-serif; text-transform: uppercase; font-weight: normal; font-size: 12px; }
What do I need to do for this? I already have
.widget_wysija .fLabel { display: none; }
to stop the tiltle from floating while it’s disabled in the settings. Because somehow that setting/option doesn’t work correctly.
- The topic ‘Mailpoet statement: we don't have proprietary styling not true’ is closed to new replies.