Ionic2-Calendar: Couldn't override css style.

I am trying to override CSS just like in the documentation.

.monthview-current {
	background: #000 !important;
}

The same thing happen for monthview-primary-with-event. I’m sure that the css file is correctly loaded as css for custom template are working correctly. Any ideas?

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 17 (7 by maintainers)

Most upvoted comments

@StevenMitrais You could take a look at the Template Customization. Basically just need to put your own design into the custom templates.

Could you try to put your css in global.scss instead of the component scss file?