[ad_1]
Thread Starter
Dmitrii
(@dmitriidev)
I found a solution in a closed topic, but there is a lot of superfluous, so I decided to write here. As lucxar wrote, for Elementor global fonts and colors to work correctly, the <body> tag in your theme should look like this: <body <?php body_class() ?>> This is where elementor inserts its classes: class=”… elementor-default elementor-kit-5475 elementor-page elementor-page-2 …” which are needed for correct operation. Had the same problem with my personal theme and adding a class worked for me! )) Thank you lucxar!
