CSS to hide navigation buttons:
.surveysparrow-survey-container--classic-form .ss-classic-footer--old .ss_classic_footer_right_content_wrap .ss_classic_form_navigator
{
visibility: hidden
}
CSS to hide navigation buttons:
.surveysparrow-survey-container--classic-form .ss-classic-footer--old .ss_classic_footer_right_content_wrap .ss_classic_form_navigator
{
visibility: hidden
}
Hi, I have created a single page survey and want to hide the navigation buttons (as they provide no functionality anyway) but the code above is not working for me. Please could you check what the problem might be? Many thanks
Hello Hannah,
I appreciate your reaching out. Could you please attempt the following CSS code?
.ss_classic_form_navigator button {
display: none;
}
Cheers
Jay
Perfect, that worked! Thanks Jay!
Hi @Hannah_Khwaja
You're welcome! I'm glad to hear it worked for you. If you have any more questions or need further assistance, feel free to ask. Have a great day!
Cheers
Jay