Customize calendar widget

0
Hi! I’ve implemented the calendar widget on my project and it works well. However, I want to know if it’s possible to change the color of the calendar numbers which have a event  (not the color of the event tag). Also I want to change the style of “Previous month” and “Next month” buttons to match the app style. Thank you!
asked
2 answers
0

Hi Sandra Navarro,

For the button colors and style change, inspect the calendar widget and check the CSS. Then see if you can customize it and check if it's working, Make sure to put a parent class and customize the calendar inside the parent class. 

 

answered
1

Try to open styling files for widget and check properties. Now copy those property names and create new scss and js file to overwrite it .

answered