Custom CSS not working
-
Hi,
thanks for the great PlugIn and the documentation.
It sounds very simple and straightforward what I want to achieve, and it is described here: https://docs.mailpoet.com/article/70-design-style-subscription-form-widget-shortcode
But my styling for Mailpoet’s Messages is not accepted. I placed in style.css of my child theme, and the code there is generally recognized by the theme/browsers.
On your site you write to use
.formErrorContent { <em>...your styles...</em> !important }
The
<em>
is wrong, I think, so I used:
.formErrorContent { background: aqua !important; }
But it has no effect (I can’t see it when I inspect the element as well).
Any hint where my mistake lies is appreciated!
(You can have a look here: https://www.nutzerbrille.de/newsletter/)
- The topic ‘Custom CSS not working’ is closed to new replies.