I used the code:
.top-menu-con-items #searchsubmit { background-color: #333333 !important; } </style>
and it changed the search icon, but not the text “Search Site”
I used this line to update font and it did not work. Why?
<style>.top-menu-con-items #searchsubmit { font-size: 18px !important; font-color: #d4af37; background-color: #d4af37 !important; } </style>