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

Reply To: Replace default search

#12274
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

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

[html].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;
}[/html]

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