Are you using the “New Player” Style at “View” in “Course Player” setup?
I don’t understand what you mean
Hello,
Thank you for contacting us
Based on your problem you have it seems like there might be a specificity or priority issue with the CSS styles applied to the Text Editor widget within Elementor when used in the context of a course page. The styles you provided for .stm_lms_course__content p are being applied, but they are overridden by other styles applied later in the stylesheet.
I would like to recommend following steps
CSS Importance: Ensure that there are no !important declarations in the styles causing undesired overrides. Using !important can sometimes lead to issues with styles not being applied as expected.
Plugin/Theme Conflicts: There might be a conflict with other plugins or the theme you are using. Try deactivating other plugins or switching to a default WordPress theme temporarily to see if the issue persists. If the problem goes away, you can identify the conflicting element and adjust the styles accordingly.
I hope you have up to date plugins and themes, if not please double check you are using the latest versions. Here is the changelog for the MasterStudy LMS plugin https://docs.stylemixthemes.com/masterstudy-lms/changelog
Hope it works let us know if you have any further questions
Regards,
Jacob, Support Team
Nothing has helped me, it seems to be a conflict with the Theme, what has helped me is to put this CSS in the editor, either in the Elementor or in the Main CSS of the Theme.
/* To view the CHANGE in the BACKEND Editor */
.elementor-text-editor p {
font-size: inherit;
line-height: inherit;
letter-spacing: inherit;
color: inherit;
}
/* To see the CHANGE in the FRONTED Page */
.elementor-widget-container p {
font-size: inherit;
line-height: inherit;
letter-spacing: inherit;
color: inherit;
}
Maybe some of you can use the CSS
Hello,
Thank you for your feedback we will sure investigate it for further review should you have any questions besides that, do not hesitate to open another support thread. We are here to help
Cheers,
Jacob, Support Team