Call-To-Action Button Opacity
-
Hello,
I am looking for help changing the opacity on my call-to-action buttons as well as the submit button on my contact form.
Thank you.
The blog I need help with is: (visible only to logged in users)
-
Hi there, add the following and see if this is what you are looking for. I’ve set the non-hover opacity at 0.5 (translucent) and the hover at 1. You can adjust as desired.
.button, input[type="submit"] { opacity: 0.5; } .button:hover, input[type="submit"]:hover { opacity: 1; } -
Hi @thesacredpath,
That code worked perfectly. Thank you.
Would you be able to take a look another post of mine?
https://en.forums.wordpress.com/topic/font-style-adjustment?replies=2
Thanks again.
-
- The topic ‘Call-To-Action Button Opacity’ is closed to new replies.