Open dsuhasinireddy opened 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?
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