Quantcast
Channel: Recent Questions - Stack Overflow
Viewing all articles
Browse latest Browse all 12141

Cannot change textColor of background events in fullcalendar

$
0
0

I am using fullcalendar.io v6 in my vue app with normal events and background events. However I want to change the textColor, which works with normal events perfectly but the background events doesn´t change unless I remove display: 'background'. How can I customize the textcolor of my background events?

enter image description here

 {    task_id: 2,    title: 'Test Time event',    start: '2024-06-10T15:00:00',    end: '2024-06-10T16:00:00',    display: 'background',    backgroundColor: '#ff9f89',    borderColor: '#ff9f89',     textColor: 'green'  }

Viewing all articles
Browse latest Browse all 12141

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>