This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Search bar style/CSS

#9538
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Actually, it looks you got very close to that layout, I can see only one thing that needs to be changed, and it’s to force the main container to a transparent background.

Try using this custom CSS for this purpose:

[html].asp_main_container {
background-color: transparent !important;
}[/html]