annag92
1
Hi,
I’ve modified everything like you advised me here: https://colorlibsupport.com/t/border-hover/#post-77669
But when I want to click on the search button, it changes its color BUT the word ‘SEARCH’ disappears.
How can I fix that so it works the same way as the submit button above?
My website: www.biggerthanlimits.com
Anna
movin
2
Hi Anna,
Thank you for your question.
Use the below Custom CSS code to make it not to disappear.
.btn.btn-default, button:hover,
.input-group-btn:last-child>.btn:hover,
input[type=submit]:hover {
color: #fff;
}
Best Regards,
Movin
movin
4
You are most welcome here 