• I am not able to update beyond 3.1.4, however, at some point, my list view of calendar events now includes a bullet point preceding each entry. How can I remove the bullet points.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ToddA

    (@toddaumann)

    Can I create a special class for the unordered list (if that is what is used to display the calendar list) and hide the bullet points? Would I add something like this:

    <ul style=”list-style: none;”>

    • in the source code of the Simple Calendar file(s)?

    Thread Starter ToddA

    (@toddaumann)

    My mistake, I am running 3.1.9, and I think the issue was introduced between 3.1.8 and 3.1.9. In digging more, I am wondering if the solution is related to styling:

    <ul class=”simcal-events”> or <li class=”simcal-event simcal-event-has-location>

    I have tried to add CSS like

    .simcal-events .simcal-event .simcal-event-has-location {
    list-style-type: none!important;
    }

    but it is not working.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove bullet points list view’ is closed to new replies.