Does not grab CSS in TEXT EDITOR
-
I have a problem, I am working with Elementor, when I add the TEXT EDITOR widget in any part of the page, it works well its Styles, but when I add it in a COURSE it does not grab the Styles in that widget, if I add the TITLE widget if it grabs the styles, but if I add the TEXT EDITOR widget it does not grab the style, for example color, font size, margin (attached image: https://ibb.co/S5fPKCz).
Why is this error, because when I inspect the code F12, I always get this style:
.stm_lms_course__content p {
margin: 0 0 35px;
font-size: 15px;
line-height: 30px;
color: #555;
}Below I get this style (which is the one that should appear on the screen):
.elementor-881 .elementor-element.elementor-element-fd916ff {
color: var(–e-global-color-primary);
font-size: 124px;
line-height: 1.3em;
}Could you help me please
Greetings
- The topic ‘Does not grab CSS in TEXT EDITOR’ is closed to new replies.