Settings to change color of unavailable dates

👍 Gathering votes

Hello! It would be great if there was a setting to change the background color of the Available and Unavailable dates on the calendar, rather than needing to use Custom CSS to do this.

Business

11 months ago

Activity
Julian

@Neovik: i've used this CSS to stripe the unavailable days.

.vc-day .vc-day-content.is-disabled {
  background-color: #f7f7f7; 
  background-image: linear-gradient(45deg, rgba(211, 211, 211, 0.5) 25%, transparent 25%, transparent 50%, rgba(211, 211, 211, 0.5) 50%, rgba(211, 211, 211, 0.5) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  pointer-events: none; 
}

0    1 month ago    Reply

Comment must be at least 20 characters.
Cancel

We love to listen to our customers.

Neovik

can you provide the custom css code here please

0    11 months ago    Reply

Comment must be at least 20 characters.
Cancel

We love to listen to our customers.

Categories
🎉 Feature