Themes typography gets overriden
-
Essential Blocks gives me so many great visualization options with GeneratePress theme, but by I noticed a weird behavior while using themes global typography.
In page editor all looks great. I set H2 size in Themes customization e.g. to 50px and in editor I see it like that. While on a site and viewing a page as a user it shows me 30px size for H2.
I looked for a reason and found that Themes 50px is overridden by /wp-content/plugins/essential-blocks/assets/admin/editor/editor.css where I can see:
.eb-advance-heading-wrapper h2 {
font-size: 30px
}Why is it so? In Block defaults and global settings there is nothing set for H2 size. Those fields are blank. Moreover, it is working as expected in editor, but front end picks it up somehow.
- You must be logged in to reply to this topic.