• Resolved mcxg46

    (@mcxg46)


    Hi,

    A couple of years ago, I asked if it was possible to remove the numbers for each event (we only ever have one event a day).

    You gave me this css to add:

    #bigcalendar1 table td:first-child {
    color: transparent !important;
    }

    However, this no longer works, and instead is removing the word ‘Sun’ from the calendar.

    Is there another/new way to remove the numbers?

    Thanks!

    John

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter mcxg46

    (@mcxg46)

    Never mind – I found a fix:

    #cal_event b {
    display: none;
    }

    Not ideal, as it risks hiding something else in <b> that I didn’t mean to hide, but it seems to work!

    John

    • This reply was modified 3 years, 10 months ago by mcxg46.
Viewing 1 replies (of 1 total)
  • The topic ‘Event Numbering’ is closed to new replies.