help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
need help for changing font size in JEM modul teaser
need help for changing font size in JEM modul teaser
1 year 6 months ago - 1 year 6 months ago
Hallo zusammen,
ich würde gerne die Schriftgröße der Eventnamen im "JEM - Teaser-Modul" ändern. Die Schrift sollte etwa größer dargestellt werden (siehe Screenshot am Ende).
In den Einstellungen des Moduls finde ich hierzu nichts, daher denke ich, dass ich dies über CSS in der user.css eintragen müsste.
Da ich aber absoluter Laie bin, würde ich mich freuen, wenn mir jemand einen CSS-Schnipsel für die user.css posten könnte, der die Größe der Eventnamen im JEM-Teaser-Modul" ändert oder eine andere Lösungsmöglichkeit.
Link: www.mcv-moemlingen.de/aktuelle-terminuebersicht
Danke für Eure Hilfe!
Kurt
Hello everybody,
I would like to change the font size of the event names in the "JEM - Teaser Module". The font should be displayed a bit larger (see screenshot below).
In the settings of the module I find nothing for this, so I think I would have to enter this via CSS in the user.css.
But since I am an absolute non-expert, I would be happy if someone could post me a CSS snippet for the user.css that changes the size of the event names in the "JEM Teaser Module" or another possible solution.
Link: www.mcv-moemlingen.de/aktuelle-terminuebersicht
Thanks for your help
Kurt
ich würde gerne die Schriftgröße der Eventnamen im "JEM - Teaser-Modul" ändern. Die Schrift sollte etwa größer dargestellt werden (siehe Screenshot am Ende).
In den Einstellungen des Moduls finde ich hierzu nichts, daher denke ich, dass ich dies über CSS in der user.css eintragen müsste.
Da ich aber absoluter Laie bin, würde ich mich freuen, wenn mir jemand einen CSS-Schnipsel für die user.css posten könnte, der die Größe der Eventnamen im JEM-Teaser-Modul" ändert oder eine andere Lösungsmöglichkeit.
Link: www.mcv-moemlingen.de/aktuelle-terminuebersicht
Danke für Eure Hilfe!
Kurt
Hello everybody,
I would like to change the font size of the event names in the "JEM - Teaser Module". The font should be displayed a bit larger (see screenshot below).
In the settings of the module I find nothing for this, so I think I would have to enter this via CSS in the user.css.
But since I am an absolute non-expert, I would be happy if someone could post me a CSS snippet for the user.css that changes the size of the event names in the "JEM Teaser Module" or another possible solution.
Link: www.mcv-moemlingen.de/aktuelle-terminuebersicht
Thanks for your help
Kurt
Last edit: 1 year 6 months ago by Kurtus. Reason: Link eingefügt /link addes
Please Log in or Create an account to join the conversation.
Re: need help for changing font size in JEM modul teaser
1 year 6 months ago
in the mod_jem_teaser.css file the size of the title is set to
As your title is a link, you can override it in your regular template css file with
or whatever size you wish
Code:
div#jemmoduleteaser .event-title {
font-size: medium;
}
As your title is a link, you can override it in your regular template css file with
Code:
div#jemmoduleteaser .event-title a {
font-size: 2rem;
}
The following user(s) said Thank You: Kurtus
Please Log in or Create an account to join the conversation.
Time to create page: 0.390 seconds