Question about the stability of CSS classes and DOM structure for customization
Hi team,
I am currently customizing the layout and functionality of Fluent Community using custom CSS and JS (hooking into fluent_community/portal_footer).
I'm targeting specific classes like .fcom_lesson_... or specific IDs to manipulate the DOM.
My concern is regarding future updates. How often do these class names or the HTML structure change in new versions? Should I expect breaking changes frequently, or are these selectors considered stable?
Thanks!
Normally, we don't change CSS selectors unless it's a total rewrite. FluentCommunity is stable and 6000+ creators are using it. So we will always keep the css classes as it is. We may add more classes in the future.
Shahjahan JewelΒ That's so good. Now I can customize it with my heart. Some other plug-ins break a lot with every update haha