[Resolved] WooCommerce Image Overlay problem

Home Forums Support [Resolved] WooCommerce Image Overlay problem

Home Forums Support WooCommerce Image Overlay problem

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1071325
    Christian

    Hello, first all I want to say that GeneratePress is a really cool and nice theme.
    I am having a problem over my website.
    When you go to the shop section and move the mouse over a product image, it will get bugged and will show two images at once (while it only is supposed to show the secondary one).

    This started happening since I activated the premium version of GeneratePress.
    Any idea what the cause could be?

    Have a nice day.

    #1071617
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    It looks like your site requires a username/password. Any chance you can send one over to us?: https://generatepress.com/contact

    Just be sure to mention this topic 🙂

    Thanks!

    #1072114
    Christian

    Hi Tom, I apologize but I put the website in private mode as a mistake.
    I fixed it, please retry again

    #1072327
    David
    Staff
    Customer Support

    Hi there,

    thats the problem with transparent PNG files they show through what is behind them.
    Add this CSS to give the images a white background:

    .woocommerce ul.products li.product a img {
        background-color: #fff;
    }
    #1075998
    Christian

    Hi David, just wanted to report that your code worked perfectly!
    Thank you again for your help.

    #1076075
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.