How to Customize colors of the form?
Can you post the CSS for the different areas of the calendar and form? I’d like to change the color of the active day, open days and closed days.
Hi there are couple of classes for styling Calendar :
.no-slots
.ui-state-disabled
.ui-state-active
Best regards,
Nikola
Hi Nikola,
Could you let me know the classes for styling the GDPR check-box please?
Thanks,
David
hi paret element is `gdpr` and inside there is a input checkbox and label. You can style it by using that class. Sorry for waiting.
Best regards,
Nikola
Thanks for the answer Nikola. I need to make the ‘check’ of the checkbox to be black and bigger so the customer can see it better. I don’t really know css coding. It would really help if you could give me a short sample of what I should add in the Custom Style box. Thank to so much for your help.
I guess it would also be fine to just have the checkbox background change colour when tt is checked if that is easier. David
Hi can you please share the link to that page so I can see what styles needs to apply.
Best regards,
Nikola
Hi Nikola,
I have now fixed the problem with help from my brother. We changed the background colour of the checkbox so the (white) tick was visible by adding the following to the Custom Styles box. Not sure if it’s the best way but it works:-
.ea-bootstrap .radio input[type=”radio”], .ea-bootstrap .radio-inline input[type=”radio”], .ea-bootstrap .checkbox input[type=”checkbox”], .ea-bootstrap .checkbox-inline input[type=”checkbox”]
{
background-color: #507622
}
Hi, yes you can do it like that.
Best regards,
Nikola
Please login or Register to submit your answer