twinssbc / Ionic-Calendar

A calendar directive for Ionic framework
http://twinssbc.github.io/Ionic-Calendar/demo
MIT License
159 stars 73 forks source link

not able to customise the style for cell #188

Open dsuhasinireddy opened 4 years ago

dsuhasinireddy commented 4 years ago

Requirement is to show event dates with multiple colour. able to show but background blue and padding is there for cell. want to reduce the padding of outer div and background to transparent of cell. Did following in css .monthview-primary-with-event { padding: 0px !important; background-color: transparent !important; }

its not working

twinssbc commented 4 years ago

@dsuhasinireddy Could you provide your custom template code? Maybe you could check in the Developer Tools to find out why the overridden style is not taking effect, is there any other css class prevent overriding?