Elementor Text Editor Typography Issue [solution] | Code For Developers

Elementor text editor Typography Issue [solution]

Elementor text editor Typography Issue [solution] Font size, color, line height issue fixed

If you work with elementor you might see Text Editor Widget have some issue on typography change.

Font size and some other style not work properly. Maybe they will fix it next update but until that you can use simple CSS in your custom CSS area to fix this issue

If you use the free version of elementor you can go Customizer > Custom CSS or If you have Pro version of elementor you can use their custom CSS panel

Elementor text editor Typography Issue July 18, 2020

Put this css code the place you prefer to use custom css

Custom Css
.elementor-text-editor p {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

That’s all. Let me know if you still have issue.

Previous Code

Add Classe when the item visible

Add class on scroll to viewport jquery code ...

Next Code

Filter custom post type by Custom Field (ACF) in the admin area

Show filter on custom post type admin area with cu ...

Leave a Reply

Your email address will not be published. Required fields are marked *

2 Comments

  • Lyne says:

    I pasted the css code into the page and it applied on the backend, but when I click “publish” the font size reverts on the live end. Is there a way to apply the changes so they will stick when published? Thanks.

If you find it useful

Buy me a coffee

ACF

Elementor

JavaScript

jQuery

Others

PHP

WooCommerce

WordPress

Upload file in hosting server via CPanel corn job

File transfer with Cpanel Cron job. Transfer file ...

Filter custom post type by Custom Field (ACF) in the admin area

Show filter on custom post type admin area with cu ...

Enable Leverage browser caching & Compression

To speed up your website and get good score, Enabl ...

top