Disable or Hidden the "Previous" button
Welcome to QSM Support Forum. › Forums › QSM Pro Support › Disable or Hidden the "Previous" button
- This topic has 7 replies, 6 voices, and was last updated 3 months ago by
Birth and Beyond.
-
AuthorPosts
-
October 4, 2019 at 1:15 pm #635
Eric ChanParticipantHi Manager,
I have a quick question about disable the “Previous” button as the discance between Previous and Next button are very close on the mobile.
I tried something like this but no luck..qmn_btn.mlw_qmn_quiz_link mlw_previous { display: none; }My survey url is :
Would you please help me ?
Many Many Thanks,
Eric-
This topic was modified 6 years, 1 month ago by
Kharis.
October 5, 2019 at 3:01 pm #644
KharisKeymasterHello Eric,
Try adding this CSS code to add more space.
@media only screen and (max-width: 499px) { .qmn_pagination .qmn_btn.mlw_previous { margin-bottom: 15px; } }To remove it, use this one:
@media only screen and (max-width: 499px) { .qmn_pagination .qmn_btn.mlw_previous { display: none !important; } }Regards,
KharisOctober 6, 2019 at 9:48 am #651
Eric ChanParticipantHi Kharis,
Super thanks !!!
It works perfectly !!!
Best regards,
EricOctober 7, 2019 at 4:16 am #670
KharisKeymasterYou’re welcome Eric!
Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.
Regards,
KharisMarch 1, 2025 at 3:36 pm #12615
james charlesParticipantIt sounds like you’re trying to disable the “Previous” button for better usability on mobile. Depending on your code, you might try adding disabled=”true” to the button or using CSS to hide it when needed. Adjusting the button spacing with CSS (margin or padding) can also help improve the user experience. Similarly, when looking for quality services, having reliable options matters. If you’re searching for a trusted ๐๐ฎ๐ญ๐จ ๐๐ฅ๐๐ฌ๐ฌ ๐๐ก๐จ๐ฉ near ๐๐๐ญ๐ฒ, there are reputable providers ensuring professional repairs and replacements.
March 3, 2025 at 7:30 pm #12632
Niketa singhParticipantTo disable the “Previous” button on mobile, try adding
disabled="true"or use CSS to hide it when needed. Adjusting spacing with CSS can also enhance usability.For reliable **Auto Glass Shop** services near **Katy**, trusted providers offer professional repairs and replacements.
July 8, 2025 at 6:32 am #14069
Rose BlackParticipantYou’re on the right track, Eric! However, it looks like you’re missing the dot before mlw_previous in the selector โ you should try .qmn_btn.mlw_qmn_quiz_link .mlw_previous instead of .qmn_btn.mlw_qmn_quiz_link mlw_previous . Good luck with your fix! agario
August 8, 2025 at 6:59 am #14553
Birth and BeyondParticipantThanks for starting this discussion โ I was looking for a solution to hide the โPreviousโ button as well. Sometimes going back can confuse users during surveys. On a side note, if anyone here is working on content related to pregnancy or maternal health, I highly recommend trying a yoga class for pregnant women โ it’s a great way to stay calm and focused during this special time.
-
This topic was modified 6 years, 1 month ago by
-
AuthorPosts
- You must be logged in to reply to this topic.