By katuxa_jevents on Sunday, 07 April 2019
Replies 3
Likes 0
Views 783
Votes 0
Hello - i just wanted to iknow f its possible to customise css for the calendar module on a custom.css page. II have tried - adding !important to the rules but they seem to get overiden by styles imported to the index page
Is it possible or not on the free version?
Thanks
Hello,

If you start the css prefix with an additional body tag so say you have:

.myclass to {Color:blue !important;}

to

body .myclass to {Color:red !important;}

It will be forced to override the blue rule.

Many thanks
Tony
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks - that worked perfectly!
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
You are very welcome!
·
6 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post