Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #388076

    How can I stop the white box from showing on hover and white rectangle above image on hover? here is the site I’m working on:
    http://50.87.248.111/~pilatfb0/ you can see this behavior with the three large orange circle icons in the footer.

    I tried this, but it didn’t work for me

    .overlay-type-extern{
    display: none;
    }

    #388421

    Hey gharding!

    Please add following code to Quick CSS

    .image-overlay { display: none !important; }

    Best regards,
    Yigit

    #388621

    yes, that worked, thanks!
    g

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘stop white box on hover and white rectangle above image’ is closed to new replies.