Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Andrea Grillo

    (@agengineering)

    Hi there,

    could you share with me an url where I can see this border, please?

    Thread Starter isoptera2000

    (@isoptera2000)

    Thread Starter isoptera2000

    (@isoptera2000)

    So is there an answer or not? Or is your only answer that you are asking the address of the page where the problem occurred? I judge this by many of your plugins and many support forums. It’s the same everywhere. People have paid money for a crooked product and no one helps them!! Your main task is to sell the plugin to the buyer, and then let him sort out his own problems. Thanks! I solved the problem by changing the plugin of another developer who cares about his customers.

    Plugin Support Leanza Francesco

    (@leanzafrancesco)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Border’ is closed to new replies.