• Resolved clickasin

    (@clickasin)


    I dont see any blur effect on image code, can you help me I want to disable blur effect, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Toshihiro Kanai

    (@mirucon)

    Hi there!

    You can use the following CSS code to disable the blur effect.

    body .post-inner a:hover .post-thumbnail img {
      filter: none !important;
    }
    
    Thread Starter clickasin

    (@clickasin)

    THANKS A LOT!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to disable image hover blur effect?’ is closed to new replies.