javascript - Unwanted "Expand" link won't go away. Can't trace source. display:none; not working. (Wordpress) -
javascript - Unwanted "Expand" link won't go away. Can't trace source. display:none; not working. (Wordpress) -
as seen on product @ alcapparel.com:
http://www.alcapparel.com/shop/clothing/looter-crop-tee/
as can see word "expand" located in upper left of product image. i've reinstalled yith woocommerce magnifier plugin, reportedly patched 2 days ago, , can't find source of word anywhere in files. i've tried hiding
.pp_expand {display: none !important;}
but doesn't work either.
i'm quite baffled. please help?
updated: utilize css forcefully hide it. set in .css file
.yith_magnifier_mousetrap { display:none !important; }
old answer:
html of the link can traced
<a style="display: inline;" title="expand image" class="pp_expand" href="#">expand</a>
change to
<a style="display: none;" title="expand image" class="pp_expand" href="#">expand</a>
if can't trace source of link/file, coming javascript or plugin using.
javascript php wordpress wordpress-plugin woocommerce
Comments
Post a Comment