• Resolved michaelmartin73

    (@michaelmartin73)


    Hi Paul,

    I’m attempting to apply an opacity transition to the submit button to keep it in line with all the other buttons on my site, but for some reason it’s not taking. Here is the code I’m using:

    form#glsr_837748db.glsr-form.glsr-default button.glsr-button.button.btn {
    	border-radius: 5px;
    	transition: opacity .3s ease-in-out !important;
    	-moz-transition: opacity .3s ease-in-out !important;
      	-o-transition: opacity .3s ease-in-out; !important
      	-webkit-backface-visibility: hidden !important;
    	-webkit-transition: opacity .3s ease-in-out !important;
    	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    
    form#glsr_837748db.glsr-form.glsr-default button.glsr-button.button.btn:hover {
    	opacity: .7 !important;
    }

    Could you please advise? Thank you for your help 🙂

    Michael.

    https://reclaimdesign.org/home-decor-shop/

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Styling Submit Button’ is closed to new replies.