Skip to content

Add Elementor Font Support #590

@leonfilser

Description

@leonfilser

I tried to use Elementor to style some text on my local website
When changing the fontsize in Elementor the displayed fontsize didn't change.
I found out that the themes CSS is overriding Elementors CSS

Priority (select one):

  • High - Functional blocker
  • Medium - Doesn't work as expected
  • Low - Not a big deal but we'd want to get to this eventually

Fortunately i could solve the issue by adding the following to the style.css of my child theme:

.elementor-text-editor p, .elementor-text-editor h1, .elementor-text-editor h2, .elementor-text-editor h3, .elementor-text-editor h4, .elementor-text-editor h5, .elementor-text-editor h6 {
	font-size: inherit;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    [Priority] LowThis issue/pull request is not immediate[Type] BugSomething that is not working as expected

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions