Are you also facing the same issue as mentioned above? I’ve been trying to resolve that issue from last 2 days. One of my client was very mad at me as he was unable to change the font size and line height of the text. So I tried different things that resolved my issue and you should also try few things. I.e:
- You should not see any custom html elements when you click on text tab in elementor widgets as you can see in the image below ;


2. If point no 1 doesn’t resolve your issue, then paste this code in settings -> advance settings -> custom css
.elementor-text-editor p{
font-size: inherit; line-height: inherit; letter-spacing: inherit;
}
Proper path to follow:




Hope it would resolve your issue. Let me know in comments that if it didn’t solve your issue.
Thanks for reading