Reply To: Search box color/transparency

#9800
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

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

.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;
}
Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)