Optimising CSS code breaks the styling

[ad_1]

the problem is due to this CSS in jevelin-theme-settings-css ;

body p {
  line-height: 0px;
}

this CSS by default is excluded from CSS optimization because it is located in wp-content/uploads, but if you remove that exclusion from the CSS optimization exclusion list, the problem will very likely go away.

alternatively you could add the CSS in Appearance -> Customize -> Extra CSS;

body p {
  line-height: unset !important;
}

hope this helps,
frank

Thread Starter
iarla

(@iarla)

That’s perfect, thanks Frank

you’re welcome, feel free to leave a review of the plugin and support here! 🙂

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer