How do I customise the appearance
Hi,
I'd like to know what CSS code is needed to customise the colors and fonts of the calendar widget to match the Theme style of my website. I've tried using the inspect function and copying and pasting bits over but it doesn't seem to be applying
5 Answers
Hi Kyle can you please share the link to that page with form?
Best regards,
Nikola
Hi, try adding this to custom styles at EA Settings > Customize > Custom styles option:
.ea-bootstrap { font-family: "Arizonia", Sans-serif !important; font-size: 15px !important; } .ea-bootstrap a, .ea-bootstrap button { font-family: "Arizonia", Sans-serif !important; font-size: 15px !important; } .ea-bootstrap .ui-datepicker-title { color: black; } .ea-bootstrap .block { background-color: black !important; }
Best regards,
Nikola
Awesome thank you very much Nokila!
One more question, how do I increase the size of the drop down font?
Add this to styles:
.ea-bootstrap select, .ea-bootstrap label {
font-size: 20px !important;
}
also one more thing please check ” signs should be same as before/after font family name
Best regards,
Nikola
If you don't want that font type just remove “Arizonia” from styles :)
Best regards,
Nikola
Please login or Register to submit your answer