• Resolved Heeden

    (@heeden)


    In the footer I have a widget with the calendar, but it doesn’t show the event name, only the time “all-day” – how can I remove the all-day and only have the event name instead?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @heeden,

    Please add the following code to your WP theme style file or where your site CSS code is located, it should change the color of the title and hide “all-day” badge:

    .timely-widget .ai1ec-allday-badge {display: none;}
    .timely-widget .ai1ec-event-title {color: #000000;}

    Best regards,
    Ben

    • This reply was modified 6 years, 4 months ago by Benjamin.
    Thread Starter Heeden

    (@heeden)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add event name to widget’ is closed to new replies.