I have the hover effect working fine for the normal submit button but it doesn't work for the next and back buttons for some reason. Here is what I was trying.
I have the hover effect working fine for the normal submit button but it doesn't work for the next and back buttons for some reason. Here is what I was trying.
Please post a URL to your form so we can see what you've got going on and then we can better help you tweak your CSS rules so they work the way you want. It's difficult to offer anything concrete without seeing your actual form in the page.
has anyone accomplished a hover effect on the next and back buttons? (multi-stage form)
Please try changing line 10 to this:
That worked for me to show the yellow button on hover.
Excellent Chris. Thank you.
actually doesn't quite work since It cant be applied to the back button. I"m sure I can find a half-assed way of fixing it but I wanted to specifically target the back and next buttons
Is the issue that because we are using .gform_image_button it will apply to both previous and next buttons equally? You could target the buttons by ID but that would be cumbersome if you have a lot of forms. Each form element will have a unique ID:
Rather than the .gform_image_button class, you could use the IDs specifically.
how can i add the id to .gform_image_button. Where should i put this line?
id='gform_next_button_1_1'
@clueno1, what are you trying to do? Sounds like you need to add your CSS to your theme's stylesheet, but I'm not sure exactly what you're asking.
Thank you. I found the similar question and source here. Thank you
You're welcome.