• Resolved klauswildenburg

    (@klauswildenburg)


    Hi Roland,

    I would like to change the colors for booked (red) and not booked (green) days in the free version. Can you please tell me the code snippeds for that ? I’m using the divi theme.

    Thank you so much for help.

    BR, Klaus.

Viewing 1 replies (of 1 total)
  • Plugin Author Roland Murg

    (@murgroland)

    Hi,

    In the Free version, you can change the legend colors with some CSS code.

    .wpbs-container .wpbs-legend-item-icon-1 div { /* available */
        background-color: green !important; 
    }
    
    .wpbs-container .wpbs-legend-item-icon-2 div { /* booked*/
        background-color: red !important; 
    }

    You can add custom CSS code in WP Admin -> Appearance -> Customize -> Additional CSS

Viewing 1 replies (of 1 total)
  • The topic ‘Change Colors in Free Version’ is closed to new replies.