Hi, Where can I switch off the Calendar item? Thanks, Boris
Hi borisrgey, You can add the following CSS to your site:
.header-right .calendar { display: none !important; }
Thanks a lot 🙂