I like the simplicity of the grid view without a button but like the function of the button on the pop-up. Could we have the option to hide the button on grid view? Thanks
2 Likes
Nice idea! We’ll try to think about it as an option in the settings, especially if more users upvote this request ![]()
As for now, you can hide the button from the grid view using this code in the Custom CSS field on the Style tab of your widget’s settings:
.eapp-events-calendar-grid-item-button {
display:none;
}
2 Likes
Thank you so much for your quick reply and provided solution!
Jacob
3 Likes