Tagged: circle, prev, woocommerce
Hello – when you are in the single product page and you hover your mouse pointer to the left or right of the screen there is an animated prev/next product arrow – view link. Do you know the CSS to remove the circle outlining the image? All my products are squares or rectangles and a circle doesn’t work.
Thanks
Hey JasonC,
Please try the following in Quick CSS under Enfold–>General Styling:
.avia-post-nav .entry-image img {
border-radius: 0px !important;
}
Thanks,
Rikard
Seriously your support is A1. Thank you, couldn’t of found the answer without you…