Home Forums Basel support forum Turn off image effect on blog Reply To: Turn off image effect on blog

#22612

Artem Temos
Keymaster

Sorry, try this instead 🙂

.blog-post-loop:hover>.entry-header .post-img-wrapp>a{
    opacity: 1!important;
    transform: scale(1)!important;
    -webkit-transform: scale(1)!important;
    -moz-transform: scale(1)!important;
    -o-transform: scale(1)!important;
}

If it will not help, please provide us your admin access so we can check what is wrong.