Hi,
We’re sorry to read your feedback and we do apologize for the late reply to your request. We usually try to do our best to help our users quickly, yet, due to several reasons, it is not always possible on this forum, unfortunately.
To remove the border of the Compare popup, you can add the following code snippet to Appearance > Customize > Additional CSS:
#cboxWrapper{
border-radius: 5px;
}
#cboxTopLeft, #cboxTopCenter, #cboxTopRight,
#cboxMiddleLeft, #cboxMiddleRight{
background: #ffffff;
}
#cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight{
background: #e6e5e5;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose{
bottom: -33px;
}
However, if you are referring to (or using) the paid version, we provide support for our customers through our site since this forum is only for the free version.