Hiding calendar tool?


Topic: Hiding calendar tool?

Ozcan Arslan pro asked 3 years ago

Hello,

Is there anyway to hide tool row of calendar plugin?


Krzysztof Wilk staff answered 3 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 3 years ago

It worked. Thank you very much.


Krzysztof Wilk staff commented 3 years ago

Glad I could help. If you have more questions - feel free to ask :)

Keep coding!


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Resolved

Specification of the issue
  • User: 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