Word 'SEARCH' disappears

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

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

It worked!

Thank you :slight_smile:

You are most welcome here :slight_smile: