Dr_English
(Dr. English)
1
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
Sina
(Sina)
2
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
Dr_English
(Dr. English)
3
Wow! that is exactly what I meant. Thank you!
2 Likes
Dr_English
(Dr. English)
5
This worked, but now the text has disappeared. I tried re-entering the code, but it still does not appear.
Sina
(Sina)
6
Hi @Dr_English
Please share the link to the page, or what exactly do you have in the custom CSS section?
Dr_English
(Dr. English)
7
1 Like
Sina
(Sina)
8
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.
Sina
(Sina)
10
Patience. @Max will look into it.
1 Like
Max
11
Hi there, @Dr_English 
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?
Dr_English
(Dr. English)
12
Thank you. It is working now, but none of the codes were working yesterday. I am wondering what could cause this.
1 Like
Max
13
Great!
There were temporary issues with the performance of the Custom CSS field, but our devs resolved it 