Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Elementor Font Support #590

Closed
1 of 3 tasks
leonfilser opened this issue Oct 5, 2020 · 1 comment
Closed
1 of 3 tasks

Add Elementor Font Support #590

leonfilser opened this issue Oct 5, 2020 · 1 comment
Labels
[Priority] Low This issue/pull request is not immediate [Type] Bug Something that is not working as expected

Comments

@leonfilser
Copy link

leonfilser commented Oct 5, 2020

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;
}
@richtabor richtabor added [Type] Bug Something that is not working as expected [Priority] Low This issue/pull request is not immediate labels Jan 6, 2021
@jrtashjian
Copy link
Member

Closing this issue as we focus on the Full Site Editing work currently underway in Go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Priority] Low This issue/pull request is not immediate [Type] Bug Something that is not working as expected
Projects
None yet
Development

No branches or pull requests

3 participants