• Resolved Filipr

    (@filipr)


    I’m combining 2 feeds in 1 calendar, and I notice now that it displays checkboxes by which you can filter the feeds. I would like to hide this, is there a parameter for this? I don’t know how you call this functionality so I’m having trouble searching for it in the user guide.

    The code for a checkbox is eg <input type="checkbox" id="rd21ca8c4-34dd-4a00-850b-52c2dd08d900" class="ics-calendar-color-key-toggle" data-feed-key="0" data-feed-color="" checked="checked">

    • This topic was modified 2 years, 10 months ago by Filipr.
Viewing 1 replies (of 1 total)
  • Plugin Author room34

    (@room34)

    This is what I refer to as the “legend.”

    There’s not a way in the configuration to turn off the checkboxes in the legend, but you can hide them with CSS:

    .ics-calendar-color-key-toggle { display: none; }

Viewing 1 replies (of 1 total)
  • The topic ‘Hide checkboxes when having 2 feeds’ is closed to new replies.