Theming tutor openedx while using MFE (Micro Frontends) plugin

Hello everyone,

I’ve been working on theming the learner-dashboard page, but I’ve encountered an issue where there’s no change in the appearance despite my efforts. However, when I disable the MFE (Micro Frontends) plugin, the theming appears as intended. I still want to utilize the features of the MFE plugin while customizing the page’s theme. Can anyone provide guidance on how to achieve this?

Thank you for your response.

1 Like

From what I understand, I think you are working on the tutor theme plugin and making certain changes there but when you enable the MFE plugin, you are not being seen those changes.

You should be making changes to the MFEs for the MFE to show the changes and this can be done by forking the different MFE repo’s and making changes to those and use those MFE instead of the default MFE used which comes when enabling MFE plugin.

Feel free to ask if you have any doubts!