Expired
Dear Codeless, How might I change the search button background once activated? It turns black with grey text when you click on it and I’d like for it to be white with #053142 colour text. Many thanks. Kate
Hello,
Please add these lines into your custom css box:
.search_bar { background: #FFF; } input#s::-webkit-input-placeholder { color: #053142; }
Best regards!
You must be logged in to reply to this topic.