Comments Vincent started the conversationAugust 6, 2021 at 2:17pmHow to change the appearance of the event description. Currently, it is displayed in a text without paragraph how can I fix it.I would like to be able to put titles in bold and bigger and add spaces between my paragraphs[deleted] repliedAugust 7, 2021 at 2:19pmHi VincentThank you for reaching out to us. You can simply add <br> in the description field where you want to move to another row and it will be rendered on the front end. I hope this helps, do let us know if you need any further assistance.Vincent repliedAugust 9, 2021 at 12:51pmThank you!! and how can i put the title in bold?[deleted] repliedAugust 10, 2021 at 12:52pmHi, Vincent,Please try to add this CSS to the page with Events: .am-event-title {font-weight: bold !important; font-size: 20px !important; }You can change the size to the one that you prefer, I added 20px just as an example.If you need help with adding custom CSS to the page, please take a look at this article. Best Regards. Sign in to reply ...
How to change the appearance of the event description. Currently, it is displayed in a text without paragraph how can I fix it.
I would like to be able to put titles in bold and bigger and add spaces between my paragraphs
Hi Vincent
Thank you for reaching out to us.
You can simply add <br> in the description field where you want to move to another row and it will be rendered on the front end.
I hope this helps, do let us know if you need any further assistance.
Thank you!! and how can i put the title in bold?
Hi, Vincent,
Please try to add this CSS to the page with Events:
You can change the size to the one that you prefer, I added 20px just as an example.
If you need help with adding custom CSS to the page, please take a look at this article.
Best Regards.