Making elementor take x theme fonts andstyles

http://bnmprojects.info/justgrow/

How can I make elementor use the fonts/text styling of the theme instead of its own?

Hello @spencey ,

Unfortunately, it would be best to ask elementor support to achieve this better because we don’t have control on how third party builder works. In a general point of view, you may be able to set it manually. The easiest way is to add class. Let say:

.my-x-theme-font{
  /* font properties goes here*/
}

Then add that class on your elementor element class field.
The following might also help:

You might need to understand CSS specificity too, to make sure you override default elementor font/styling: https://www.w3schools.com/css/css_specificity.asp

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.