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

    HI
    I am trying to disable all the image rollovers (transparency) on this site:
    http://www.thisistouch.com/testing
    is there a code for the whole thing?
    I tried:
    .image-overlay { display: none!important; }
    but that did not work.

    thanks for your help once again!

    #215806

    Hey Munford!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    img:hover {
    opacity: 1 !important;
    }

    I guess you have added a custom CSS code to image hover states to decrease their opacity to 0.5, that is causing the issue.

    Regards,
    Yigit

    #215982

    thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘disabling image rollovers’ is closed to new replies.