As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

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.