Calendar doesn't look like it does in the demos

Support forumCalendar doesn't look like it does in the demos
Steve Giles asked 6 years ago
Hi Nikola, I just bought the extension for the google and woocommerce integration. As the title suggests, the calendar on my website doesn't look like the demos. It looks rather ugly. How do I amend this? I don't usually use CSS but if you can talk me through it I'm open to it.  http://www.starperformer.co.uk/showcase-program-bookings/
Thank you, Steve
1 Answers
Nikola Loncar Staff answered 6 years ago
Hi Steve, there are some issues with other styles on your site. Please add this to custom styles settings in EA Settings > Customize page and save:
.ea-bootstrap .ui-datepicker { width: 100%; } .ui-datepicker-calendar tbody { background-color: transparent; } .ea-bootstrap .ui-state-default, .ea-bootstrap .ui-widget-content .ui-state-default, .ea-bootstrap .ui-widget-header .ui-state-default { border: none; background-image: none; background-color:transparent; } .ea-bootstrap .ui-widget-header { border: none; background-color: transparent; background-image: none; }
Best regards, Nikola