Customizing the Submit button
Welcome to QSM Support Forum. › Forums › QSM Pro Support › Customizing the Submit button
Tagged: dating online #076
- This topic has 7 replies, 5 voices, and was last updated 1 hour, 38 minutes ago by
samuel wisd.
-
AuthorPosts
-
November 19, 2019 at 4:11 am #1219
Marc-Olivier DesmaraisParticipantHello,
I’d like to customize the style of the submit button at the end of the Quiz (i.e. change the color and font…) I don’t seem to get the “class” right for that button.
Do you have an idea of the line of CSS I would have to input for the color, font and font-size for that button?
November 19, 2019 at 7:01 am #1224
Kriti SharmaKeymasterHi Marc,
Welcome QSM Pro support! Hope you are having a great day!
If you want to style the submit button of the quiz. Then open the settings of the quiz you want to customize.
Go To -> ‘Style’ tab -> select ‘custom’ button and then paste the following css code:
.qmn_quiz_container .qmn_btn, .qmn_quiz_container .btn { color: #000; background: #fff; }Now, you can custom style your whole form whit the help of CSS.
Regards,
KritiNovember 20, 2019 at 1:22 am #1231
Marc-Olivier DesmaraisParticipantHello Kriti,
Thanks for your reply, I tried this initially, but I can see that this is the actual code, seemingly preventing me to change color or background:
.qmn_quiz_container .qmn_btn, .qmn_quiz_container .btn {
color: #fff !important;
background: #3498db !important;…Can I override this? It seems like the “!important” is preventing me from customizing those two attributes
November 20, 2019 at 2:19 am #1232
Kriti SharmaKeymasterHi,
Yes, !important attribute in the code prevents the code to be overridden. And we cannot override !important attribute.
So, pasting code using the custom style button is the only option that we can use.
Regards,
KritiJuly 15, 2025 at 7:25 am #14163
fas taxaaParticipantonline dating is especially helpful for people who are shy or introverted. Initiating conversations or flirting in person can be intimidating for many, but online platforms create a low-pressure environment where people can take their time to craft thoughtful responses https://meetnfuck.com/meet-and-fuck-in-garden-grove-california/ . This slower pace helps shy individuals gain confidence and express themselves more comfortably. For some, this can be the difference between struggling to find a partner and successfully building a connection that might not have happened otherwise in a face-to-face setting.
September 22, 2025 at 8:45 am #15217
Amy AllanParticipantI have struggled with targeting quiz buttons before. Try inspecting the button with your browser tools to confirm its class, then apply your CSS for color, font, and size.
September 22, 2025 at 8:48 am #15218
Amy AllanParticipantI faced the same issue while styling buttons. Inspect the element to confirm its class, then apply CSS for color, font, and size just like customizing 2 player games.
March 26, 2026 at 4:50 am #19892
samuel wisdParticipantThe issue you’re facing is mainly because of the !important rule, which makes overriding styles tricky unless you use a more specific selector or another !important. You can try increasing CSS specificity or inspecting the exact button class in your browser tools. Wrapping it in a custom class can also help target it better.
I ran into something similar while handling online forms, and tmregistration explains things clearly when it comes to steps like OTP verification and ID submission. That kind of straightforward flow helps avoid confusion, especially when dealing with technical setups.
-
AuthorPosts
- You must be logged in to reply to this topic.