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
#28789
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?

Attachments:

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
#28790
go to site/views/event/tmpl/default. php or /resposive/default. php for detail view

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.

Re: Font size

3 years 3 months ago
#28791
Hi jojo12,
it works! Thank you very much.

Please Log in or Create an account to join the conversation.

Re: Font size

3 years 3 months ago - 3 years 3 months ago
#28811
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;
}
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