Home › Forums › Support › Widget Support › Real Search › Add color or transparencies to Search box › Reply To: Add color or transparencies to Search box
#20219 |
You could also target search button with something like this:
<style>
#idFormBox .btn {
/*your styles here*/
}
</style>