Archived topic
happy forms submit border hover on tasty
3 replies · Started by juan on August 20, 2019
hello,
i am using the tasty theme.
the happy forms contact form submit button border is always black on hover.
how can i make it green on hover like the text & border on the learn more button in the right side bar widget?
i made the text green through the customizer, but i don´t see any option to make the border green on hover for the submit button border.
Hi there,
Give this CSS a shot:
.entry-content input[type=submit].happyforms-button--submit:hover {
border-color: #fff !important;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
thanks, i added this in both the additional css area in customizer & in the simple css plugin. doesn´t seem to do anything to the border yet.
ç
Can you link me to the site in question?