How do I apply the typography code to the template module to get result? I tried add "brand-colors-brand-success" to the Joomla Module Class but it does not work? How do I apply that for instance to give result? The template is for Joomla 5
talktobiola Hello
That class is only for the Typography page. This template runs on the T3 framework, which is originally built with an older Bootstrap version: https://getbootstrap.com/docs/3.4/css/#helper-classes
If you’d like to apply that success color for a module, try adding the class bg-success — it should work.
Hello,
Will updating the template to the latest version resolve this problem?
I don’t think this is a template issue — the class you’re using looks incorrect. Could you try the class I suggested and let me know the result?