Hide weekends (Month layout)

Add this code to the Custom CSS field on the Style tab of your Event Calendar widget’s settings:

.fc-day-sat,
.fc-day-sun {
display: none;
}

Guys, if this code was helpful, please drop us a line in the comments :slightly_smiling_face:

So helpful! Thank you!

2 Likes

Glad to hear that, @D.L_Watson!

Thanks a bunch for your feedback and yes, welcome to the Community :wink:

This did not work for me :frowning: link of page

2 Likes

Hi there and welcome to the Community, @user3993 :waving_hand:

I’ve checked your website and see that the code worked fine for the widget with the Month layout:


Could you please double-check it?