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
Font size
3 years 3 months ago - 3 years 3 months ago
Hello,
after update to 2.3.3 the font size of the titles in the eventlist and the detail view ist to big. Where can I change it?
after update to 2.3.3 the font size of the titles in the eventlist and the detail view ist to big. Where can I change it?
Last edit: 3 years 3 months ago by myrtus.
Please Log in or Create an account to join the conversation.
Re: Font size
3 years 3 months ago - 3 years 3 months ago
go to site/views/event/tmpl/default. php or /resposive/default. php for detail view
and site/common/views/tmpl/...
and site/common/views/tmpl/...
Last edit: 3 years 3 months ago by jojo12.
The following user(s) said Thank You: myrtus
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Re: Font size
3 years 3 months ago - 3 years 3 months ago
You can target them via css selector. Just use your custom css file of your template or so.
In event detail view:
#jem h1.componentheading {
font-size: 2836471px;
}
In list view:
.eventlist .jem-event-title h4 {
font-size-18392746px;
}
In event detail view:
#jem h1.componentheading {
font-size: 2836471px;
}
In list view:
.eventlist .jem-event-title h4 {
font-size-18392746px;
}
Last edit: 3 years 3 months ago by Egnarts.
Please Log in or Create an account to join the conversation.
Time to create page: 0.879 seconds