I removed the circles using the custom css, and this worked for Firefox, however they still show up in Chrome?
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature-content-inner .circle img { border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; -khtml-border-radius: 0px; } .feature-content-inner .circle { border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; -khtml-border-radius: 0px; } It will resolve your issue.