I am Working with a Bootstrap theme and now i’m stuck with one “issue”:
I have label with my own css class, but after i login with Admin that class doesn’t invoke, what invokes is:
That is from the Core of SuiteCRM; so, when i go to one link (clicked in a link to create a new account for example), the change to the class i want.
I to purged Cache, also edit modules/Users/tpls/wizard.tpl file but i still have this issue.
I need to use always the same class in to the html, but how?
Did you try to go to “/themes/SuiteR/tpls/header.tpl”
You can find the body tag there and you can add the classes you want.
if for some reason, the custom body tag you wrote gets overwritten somewhere, then i guess you can make a jquery core to add the classes you want to the body tag on document ready.