• Resolved cosmicfox

    (@cosmicfox)


    When an item has a hover effect, the items leave a white box that goes above all the content.

    So.. the default button leaves a white box all over.

    I’ve checked my theme files, haven’t done anything and this is a fresh install of WP. It was working fine before, though I haven’t changed anything.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author xootix

    (@xootix)

    Hey,

    Kindly provide your website link

    Thread Starter cosmicfox

    (@cosmicfox)

    Hello,

    I found the problem:

    .xoo-qv-container, .xoo-qv-main {
      border-radius: 10px;
    }

    When applying a border radius to the quick view window, it creates this issue. I believe you can test this on your own test site.

    EDIT: I tested this on your live demo in Chrome. I added the values to the editor, then exited the editor and hovered my mouse over some buttons.

    • This reply was modified 8 years, 8 months ago by cosmicfox.
    Thread Starter cosmicfox

    (@cosmicfox)

    This was fixed using the following:

    .xoo-qv-container {
      border-radius: 10px;
    }
    
    .xoo-qv-main {
      background-color: transparent !important;
    }

    When applying border-radius to “.xoo-qv-main” it creates this issue.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Hover items create white box when not hovering’ is closed to new replies.