Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > How to hide smart search box button? View modes: 
User avatar
Member
Member
steven4733-gmail - 2/28/2012 10:10:16 AM
   
How to hide smart search box button?
I want to hide search button, and activate search function by hitting enter key after typing the key words in smart search box webpart . Is that possible? How?

User avatar
Kentico Support
Kentico Support
kentico_janh - 2/29/2012 5:04:08 AM
   
RE:How to hide smart search box button?
Hello,

Sure, all you need is to set right display property in your CSS stylesheet for the searchButton class:

.searchButton {
display: none;
}


Best regards,
Jan Hermann