[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! 🙂
