0
Hi,
i want to disable your css that is loaded in the month view. What is best way to do this without doing any core hacks?
This should really be a setting in your component just like every one elses components...
Kind regards,
Tom
i want to disable your css that is loaded in the month view. What is best way to do this without doing any core hacks?
This should really be a setting in your component just like every one elses components...
Kind regards,
Tom
Responses (8)
-
Accepted Answer
0hello
this is probably the Bootstrap CSS being loaded. at the moment there's no selector to turn this off (we are adding this on the next version)
but for now you can just open file:
/components/com_calendarplanner/calendarplanner.php
and remove this line (40):
$document->addStyleSheet("media/jui/css/bootstrap.min.css");
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »