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

    (@yithemes)

    Hi,
    this is only a css issue with your theme. Just add this rule on your custom style.

    #yith-quick-view-content div.images {
     opacity: 1 !important;
    }

    Let me know, regards. ??

    Thread Starter thecreepycreep

    (@thecreepycreep)

    Thank you. It fixed the problem. But now it doesn’t look neatly cause the QV window has a lot of empty space at the bottom. Can I fix it somehow?

    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    just change the value of height of this rule as you wish for obtain what you want

    #yith-quick-view-modal .yith-wcqv-wrapper {
        height: 700px;
    }

    Regards. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘QV don’t show images’ is closed to new replies.