• Resolved Francisco T. Arquer

    (@francisco-arquer-thome)


    Hello.

    I’m using the plugin Image Hover Effects Ultimate (by the way, it’s an excellent plugin. Congrats to the developers)

    So, after I uploaded some images to flip, appeared a kind of opacity in front of them. It’s like a button opacity, even not being one.

    I found the CSS DIV class, oxi-image-hover-figure, but I can’t find the opacity. Maybe it is in the pluggin HTML. I really don’t know.

    How can I leave the images in their original colors without that gray-skin?

    Thank you.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author biplob018

    (@biplob018)

    Kindly check into Frontend Section -> Content Settings -> Background while color set as rgba(37, 42, 48, 0.41); and change the opacity value like rgba(37, 42, 48, 0.00); . As you set background value transparent your image will show perfectly.

    Once you set Frontend Section Kindly Edit Backend Background to Transparent. Hope Its will solved your issues.

    Thread Starter Francisco T. Arquer

    (@francisco-arquer-thome)

    I resolved it using CSS:

    THE FRONT:

    #oxi-image-hover-wrapper-1 > div > div:nth-child(1) > div > div > div > div.oxi-image-hover-figure-frontend > div
    {
    	background: rgba(37, 42, 48, 0.00);
    }

    AND THE BACK

    #oxi-image-hover-wrapper-1 > div > div:nth-child(1) > div > div > div > div.oxi-image-hover-figure-backend > div
    {
    	background: rgba(37, 42, 48, 0.00);
    	
    } 

    Thank you anyway

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Opaque Images in Image Hover Effects Ultimate.’ is closed to new replies.