• Resolved slimsevi

    (@slimsevi)


    Hi friends, i have a problem creating new products in my store.
    i use elegant themes’ divi theme and woocommerce last versions.
    When i create a product, the result is a product showing no image, but the image is there, but with opacity:0 but i have no idea where to change it for the all new products that i have to create, i mean opacity:1 by default

    thanks for your time

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • mother.of.code

    (@imazed)

    The Mother of Code

    Hi there @slimsevi! There’s likely a bit of CSS setting the visibility of your images. I can see it’s set to display: none, and I suspect this has been added through the Customiser.

    Can you go to WP Admin > Appearance > Customise > Additional CSS, and see if there is anything in there?

    Thread Starter slimsevi

    (@slimsevi)

    hi! thanks for your prompt reply.
    There in additional css is nothing, it’s empty.

    this give you an idea?

    thanks again

    Plugin Support Rynald0s.a11n

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @slimsevi!

    You can see if the following CSS works:

    .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
        opacity: 1 !important;
    }

    Add that to the “Additional CSS” section found in your customizer.

    Cheers!

    Thread Starter slimsevi

    (@slimsevi)

    Wow!! Rynald0s! that works awesome!

    So many gracias! 😀

    Thread Starter slimsevi

    (@slimsevi)

    Rynald0s, do you think that the change we made could affect the divi parallax effect? I have lost it in the main page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘opacity problem with woocommerce and divi’ is closed to new replies.