Search code examples
bootstrap-4bootstrap-datetimepicker

is there any way to customize bootstrap linked picker calendar using css?


I am doing my FYP in which i need help to customize the calendar colour using CSS. I am new to bootstrap linked pickerThis is the Image and I want to change the colours of calendar..


Solution

  • 1- Use F12 tools to check the object and manipulate its CSS properties.

    2- Apply the desired CSS using jquery css after showing the picker using javascript (because it will not load plain CSS in code, must be set using javascript & jquery after creating the popup everytime)