Additional Text in Calendar

Is there a way to add text after the heading and before the filters to provide an overview of the calendar and what it includes for users?

Upd: here’s the solution:

.eapp-events-calendar-events-calendar-title::after {
  content:"\A Your Text ";
  white-space: pre;
  font-size:14px;
  font-weight: 400;
}
1 Like

Hi @Dr_English

If that’s what you mean?

.eapp-events-calendar-events-calendar-title::after {
  content:"\A Your Text ";
  white-space: pre;
  font-size:14px;
  font-weight: 400;
}

3 Likes

Wow! that is exactly what I meant. Thank you!

2 Likes

This worked, but now the text has disappeared. I tried re-entering the code, but it still does not appear.

Hi @Dr_English

Please share the link to the page, or what exactly do you have in the custom CSS section?

Here is a copy: https://8e2551f53082409faab49f88e3e1e027.elf.site

1 Like

Hi @Dr_English

I was able to reproduce the problem. It’s as if the code instructions aren’t being accepted. I believe there’s an issue here.

So, what happens next?

1 Like

Patience. @Max will look into it.

1 Like

Hi there, @Dr_English :waving_hand:

It seems that you’ve deleted the shared widget. However, I’ve tested Sina’s code in your existing calendar and it’s working fine:

Could you please check it once again and let me know if everything’s fine now?

Thank you. It is working now, but none of the codes were working yesterday. I am wondering what could cause this.

1 Like

Great!

There were temporary issues with the performance of the Custom CSS field, but our devs resolved it :slightly_smiling_face: