Replies: 2 comments 2 replies
-
Please taka a look at the theme option. You can override all CSS classes that the calendar uses. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@vkurko but when I create it with the default values so that I can modify something like theme.title from "ec-title" to "ec-title font-bold", it bolds the thing I wanted to modify but also ruins the rest of the calendar. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are a few portions of the calendar that I want to modify styles wise. I'm not really good at regular CSS and my project uses tailwind, is there a way I can modify individual element classes inside of the calendar component so that they look different? (ex: I can currently see the month of October, when i click on it, it says it's class attribute is ec-title, but because im using tailwind, i am unsure about how I can modify that specific class so that it says something like "font-large text-3xl text-blue-300".)
My current stack uses sveltekit and tailwind css, I also updated my tailwind.config.cjs file to help me apply the styles but am pretty stuck.
Beta Was this translation helpful? Give feedback.
All reactions