• Resolved beniEllis

    (@beniellis)


    I’d like to change the colors on the calendar: the orange hover color and the background color of the calendar itself, but I Can’t find the css page in the plugin folder. Is there one? Love the plugin — it’s just what I needed.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @beniellis
    The CSS file loaded will be in

    /wp-content/plugins/date-time-picker-field/assets/js/vendor/datetimepicker/jquery.datetimepicker.min.css

    The CSS rules would be somethings like:

    .page .xdsoft_datetimepicker .xdsoft_calendar td:hover {
        background-color:#6699CC !important;
    }
    .page .xdsoft_datetimepicker {
        background-color:#f5f5f5;
    }

    I added ‘.page’ to be more specific, to override the !important that the styles load.

    Hope it helps,
    Greetings, Carlos

    Thread Starter beniEllis

    (@beniellis)

    Perfect. Thanks much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit calendar colors’ is closed to new replies.