WP Brizy Pro Critical Bug: Fonts-size and line-height increased itself (WooCommerce)
My client reported, that her font-size and line-height of the product description and product short description / details increased itself to so big, it was in an unreadable state.
it has something to do with
.brz .brz-css-lwumr *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(b):not(strong):not(i):not(span)
and
.brz-wooexcerpt
please check it with Chrome and Firefox.
On Chrome there is no line-height issue, in Firefox it is.
I hot-fixed it with
.brz-wooexcerpt * {
font-size: 1.2rem!important;
line-height: 125%!important;
}
Page is:
napfit.de
-
Hi Pascal,
The problem with the font size and line height increasing automatically in woocommerce product descriptions and excerpts might not be a widespread issue. Take a look at this product page as an illustration. https://kctest.online/product/coffee-table On the right side of the gallery, there is a short description of the product, and the long description is in the first accordion.
Please try clearing the Litespeed JS and CSS caches to see if that fixes the problem without the CSS.
0 -
Hi George,
That was my first intention to clean the cache completly.
That doesn't fix it at all.
What options do we have?
0 -
Hi Pascal,
If you are using Litespeed cache, can you deactivate it and check if resolves the font size issue without the CSS?
0
Please sign in to leave a comment.
Comments
3 comments