Hide resource component elements

Hi all,

I like to hide all the elements shown in red square below. I gave it a shot trying to use some of the examples i found for table components but I must not be referencing the correct elements.

If i could get some help on how to find the corrct name for the elements.

No worries, figured it out.

Can you share what the solution was?

Hi Daniels, I added the CSS below to the page

.fc-scroller{
max-height: 5px;
}
.fc-resource-area{
max-width: 5%;
overflow: auto;
}
.fc-actions .fc-button-group{
display: none;
}
.fc-actions .fc-today-button{
display: none;
}

hope this helps you.

2 Likes