Hi nguyano,
What element are you trying to remove a hover effect from?
From the displayed result (tracking results page).
-
This reply was modified 8 years, 10 months ago by
nguyano.
When I point over the the fields(order mame, order number etc) on the tracking results,there is a hover effect, I want to remove it.
Hi nguyano,
If we’re talking about the same thing, try adding the following to the “Custom CSS” box on the options page:
.ewd-otp-label-values:hover {background: #FFFFFF;}
If the background to your page isn’t white, then you’ll need to adjust the color value to match the background on your site.