What does disabling Standard styles really do?
-
So I would like to change some styles to the minimal form and also for the newsletter itself as the editor is rather limiting with rows and background/background container. Also having two different sub from styling (footer / popup) is getting unnecessary complicated in terms of styling. Since I generally prefer not to use !important tags and add duplicates, I would like to use a brand style sheet for the form and newsletters but I do not need to write it from scratch as a lot of works good how it is. There must be a style sheet where I can copy the basic configuration?
I studied the docs and what is not clear is if I disable “Standard styles” in advanced settings, whether the form styles get disabled (the do) only or also the newsletter / welcome email styles too?
And second question. With add_filter(‘newsletter_enqueue_style’, ‘__return_false’); I can define a global style sheet just for the newsletter related elements (forms + welcome + emails), correct?
- The topic ‘What does disabling Standard styles really do?’ is closed to new replies.