Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 1712

General Questions/New to Joomla! 4.x • Re: Alignment of titles

$
0
0
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
module 1.png
module 2.png

Statistics: Posted by webmasterab — Mon Jun 24, 2024 9:44 pm



Viewing all articles
Browse latest Browse all 1712

Trending Articles