CSS to remove the header for the sections on all 3 views

CSS to remove the header for the sections on all 3 views:

.surveysparrow-survey-container--classic-form .ss_classic_top_bar {
display: none;
}

.ss_classic_top_bar ~ .surveysparrow-survey-form-wrapper .ss-fp-scroll__item {
padding-top: 0 !important;
}