Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Replace default search › Reply To: Replace default search
March 13, 2017 at 11:38 am
#12274
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.