Hey! Tried adding this code to the site, but that removes all the borders, also the one around each day in the calendar. I just want to get rid of the main border around the whole calendar. Is this possible? 🙂
.pgcal-container,
.pgcal-container * {
border: none !important;
}