Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not able to customise the style for cell #188

Open
dsuhasinireddy opened this issue Feb 21, 2020 · 1 comment
Open

not able to customise the style for cell #188

dsuhasinireddy opened this issue Feb 21, 2020 · 1 comment

Comments

@dsuhasinireddy
Copy link

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
Copy link
Owner

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants