Skip to content Skip to main navigation Skip to footer

How to change submit button colour

Welcome to QSM Support Forum. Forums QSM Pre-Sales How to change submit button colour

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #3367
    Petra LehtoPetra Lehto
    Participant

    Hi, I love your plugin, thanks so much for the good work ?. One question: Is there a simple CSS for changing the colour of the Submit button?

    #3402
    Petra LehtoPetra Lehto
    Participant

    Hi, just to clarify that I know that there is a handful of default colours, but ideally I’d like to be able to use my site’s theme colour. Cheers.

    #3448
    Kriti SharmaKriti Sharma
    Keymaster

    Hi,

    Please share the rgb code of your theme. I will provide you the required css code to change the submit button color.

    Regards,
    Kriti

    #3481
    Petra LehtoPetra Lehto
    Participant

    Most kind of you – thanks a lot! The rgb is 0, 95, 107 (white text)
    Best regards,
    Petra

    #3637
    Kriti SharmaKriti Sharma
    Keymaster

    Hi Petra,

    Please paste the following CSS code at Apperance-> Customize -> Custom CSS

    .quiz_end .qsm-submit-btn{
    	background: rgb(0,95,107) !important;
    }

    Regards,
    Kriti

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.