Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Jiglet,

    Your theme is a premium theme, so you really should be asking for help from your theme developer. With that being said, I can see that this is the style affecting your events:

    ul li {
        list-style: outside none disc;
    }

    Not sure if your theme allows easy addition of custom CSS. If it doesn’t, install a custom CSS plugin or create a Child Theme and add this CSS:

    .event-list-view li {
        list-style-type: none;
    }

    Hope this helps!

    Thread Starter John

    (@jiglet)

    Yes! This worked like a charm – thank you!

    That’s great to hear, Jiglet. Please mark this thread as resolved. Thanks!

    Thread Starter John

    (@jiglet)

    You’ve got it – thanks again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Date Contains Unnecessary Point?’ is closed to new replies.