I now understand your question better.
EDIT:
It can be even simpler.
Further on the advanced tab is header class
If you use this
you just need in your css .header {
color: red;
text-align: left;
}
to override the title.
Is easier
End edit
What you can then do is use the CSS classes.
This is per module.
Create a class in the user.css or where you can place your own css.
in the module on the advanced tab
set up a module class.
As an example I did a test.
In the css you then create .test .g-title {
text-align: left !important;
}
In my screenshot you can see what you have adjusted in the yellow section.
The green is then overwritten
EDIT:
It can be even simpler.
Further on the advanced tab is header class
If you use this
you just need in your css .header {
color: red;
text-align: left;
}
to override the title.
Is easier
End edit
What you can then do is use the CSS classes.
This is per module.
Create a class in the user.css or where you can place your own css.
in the module on the advanced tab
set up a module class.
As an example I did a test.
In the css you then create .test .g-title {
text-align: left !important;
}
In my screenshot you can see what you have adjusted in the yellow section.
The green is then overwritten
Statistics: Posted by webmasterab — Mon Jun 24, 2024 9:44 pm