[NSFW] How to set colors for hover send button?
-
On the linked page I set the send button to orange.
How can I adjust the colors for hovering the button?
I can’t find the css, also not at this description:
https://contactform7.com/styling-contact-form/Frank
My css for the button (no hover):
.scheme_original .wp-block-button:not(.is-style-outline) .wp-block-button__link, .scheme_original .wp-block-file__button, .scheme_original input[type=”submit”], .scheme_original input[type=”reset”], .scheme_original input[type=”button”], .scheme_original button, .scheme_original .tribe-common.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button, .scheme_original .sc_button.sc_button_style_filled {
border-color: #f18f39;
}.scheme_original .wp-block-button:not(.is-style-outline) .wp-block-button__link, .scheme_original .wp-block-file__button, .scheme_original input[type=”submit”], .scheme_original input[type=”reset”], .scheme_original input[type=”button”], .scheme_original button, .scheme_original .tribe-common.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button, .scheme_original .sc_button.sc_button_style_filled {
background-color: #f18f39;
}The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.