Okay
  Public Ticket #2843392
​How to change the appearance of the event description.
Closed

Comments

  • Vincent started the conversation

    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

  • [deleted] replied

    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.


    6052562176.png
    6829232023.png

    I hope this helps, do let us know if you need any further assistance.

  • Vincent replied

    Thank you!! and how can i put the title in bold?

  • [deleted] replied

    Hi, 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.