How can I change the colour of the bar at the top of a calendar feature - it is currently orange and want to make it fit the branding. Thanks in advan

  • kramyad
    Asked on February 11, 2021 at 6:18 AM

    Top bar in calendar is currently orange and want to make it fit the branding (pink). Thanks in advance

  • Mike_G JotForm Support
    Replied on February 11, 2021 at 6:47 AM

    To meet your requirements, please inject the custom CSS codes below into the custom CSS tab of the widget.

    .ui-widget-header {
        background: #FFB6C1 !important;
        border-color: #FF69B4 !important;
    }

    zt210211 064528 Screenshot 10

    Reference Guide: How-to-Inject-CSS-Codes-to-Widgets

    Please give it a try and let us know if you need any further assistance.

  • kramyad
    Replied on February 11, 2021 at 8:22 AM

    Perfect - thanks Mike