The default date selection for calendario is today's date, so the background color changes to a different color.
How can I change that so that the background color/default date selector becomes the day of my event, and not today's date?
Thanks
3 replies · opened Feb 18, 2021
The default date selection for calendario is today's date, so the background color changes to a different color.
How can I change that so that the background color/default date selector becomes the day of my event, and not today's date?
Thanks
Hello,
You can simply use the following CSS Code:
[ch_pre type="css"].fc-today,
.fc-today::after {
background: transparent !important;
box-shadow: none !important;
}
.fc-content {
background-color: #HEX;
}[/ch_pre]
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Hey, thanks for the quick response!
It worked for fc-today, but i want to change the background color inside the calendario, not outside of it, like on the screen.
Hello,
Apologies but we are a little confused about your query. Can you please provide us with more explanations and screenshots about what you are looking to achieve so that we can provide you with further assistance. Thanks for your Patience.
Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard