Topic: Hiding calendar tool?
Ozcan Arslan pro asked 2 years ago
Hello,
Is there anyway to hide tool row of calendar plugin?
Krzysztof Wilk staff answered 2 years ago
Hi!
There's no way to do it programmatically but, you can use CSS to achieve that. Try using this style:
div.calendar .calendar-tools {
display: none !important;
}
And your toolbar should not be visible even in the DOM tree :)
Keep coding!
Ozcan Arslan pro commented 2 years ago
It worked. Thank you very much.
Krzysztof Wilk staff commented 2 years ago
Glad I could help. If you have more questions - feel free to ask :)
Keep coding!
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- ForumUser: Pro
- Premium support: No
- Technology: MDB React
- MDB Version: MDB5 2.3.0
- Device: Pc
- Browser: Firefox, Chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: No