help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
font size in JEM Banner Modul
font size in JEM Banner Modul
5 years 1 month ago - 5 years 1 month ago
Hi everybody,
I included the JEM Banner modul in my side position.
The font size of the event name is to large.
Here is a screenshot:
How can I change the font size of the event name or hide the event name so that ony the banners are shown??
Thanks in advance for your help
Kurt
My system configuration:
Joomla! 3.9.11 Stable [ Amani ] 13-August-2019 15:00 GMT
JEM Version 2.2.3
PHP Version 7.2.22
I included the JEM Banner modul in my side position.
The font size of the event name is to large.
Here is a screenshot:
How can I change the font size of the event name or hide the event name so that ony the banners are shown??
Thanks in advance for your help
Kurt
My system configuration:
Joomla! 3.9.11 Stable [ Amani ] 13-August-2019 15:00 GMT
JEM Version 2.2.3
PHP Version 7.2.22
Last edit: 5 years 1 month ago by Kurtus.
Please Log in or Create an account to join the conversation.
Re: font size in JEM Banner Modul
5 years 1 month ago
You can try to hide .event-title via css for that module.
The following user(s) said Thank You: Kurtus
Please Log in or Create an account to join the conversation.
Re: font size in JEM Banner Modul
5 years 1 month ago
Thanks Egnarts,
I already found a solution in CSS:
I already found a solution in CSS:
Code:
div#jemmodulebanner .event-title {
padding-left: 0px;
font-size: small;
margin: 0 0 5px;
}
Please Log in or Create an account to join the conversation.
Time to create page: 0.433 seconds