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

Reply To: Search box color/transparency

#9800
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

It appears that the style is overwritten. Try using these custom CSS rules:

[html].asp_main_container {
background: transparent !important;
box-shadow: none !important;
}

.probox {
background: rgba(26, 27, 28, 0.5) !important;
}

.promagnifier {
border: 0 !important;
box-shadow: none !important;
}[/html]