Reply To: Replace default search

#12274
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi,

Sure, you could try this additional CSS for the hover effect:

.asp_main_container,
.asp_main_container * {
    transition: all 0.2s linear;
}

div .probox .promagnifier svg {
  fill: white !important;
}

.probox:hover {
  overflow: visible !important;  
}

div .probox .promagnifier:hover {
  background: #007ce2 !important;
  box-shadow: 0 0 1px 1px #3195e6 !important;
}

It’s not nearly perfect, but better than nothing.

Best,
Ernest Marcinko

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