How do I display bullet point on the event description?

  1. Home
  2. Docs
  3. Januas
  4. Frequently Asked Question...
  5. How do I display bullet point on the event description?

How do I display bullet point on the event description?

Don’t forget to take a backup of the file prior to any change. We won’t be able to help in case of data loss.

You can display the bullet points by applying style on the style sheet. Please open your style sheet file: wp-content -> themes -> januas ->lib ->styles ->style.css via the cpanel or FTP.

Add the following style at the end of the page.

.event_element.description .entry-content ul li{

list-style:disc inside;

}

.event_element.description .entry-content ol li{

list-style:decimal;

}

Then update the file.

 

Was this article helpful to you? Yes 2 No 4