0 votes
in Rock by NicoleCampbell (1.3k points)
edited

Client wants to hide the toggle on the check-in manager Live Metrics Page.

1 Answer

0 votes
by NicoleCampbell (1.3k points)
edited
 
Best answer

In order to hide the toggle on the live metrics page in Check-in Manager go to the page settings on the Live Metrics page and add the following css to the advanced settings under Header Content:

<style>
    .btn-group.btn-toggle {
        display:none;
    }
</style>
Welcome! Here you can ask questions and receive answers (hopefully) from other members of our team.
...