Hi Kriesi, I’m making changes to the catalog item to show the image on hover only.
I entered this code but it doesn’t work:
a.av-catalogue-item img{
transform: translateX(12.9rem);
transition: background-color .25s linear;
}
a.av-catalogue-item img:hover{
transform: translateX(-3rem);
}
can you help me?
Thanks in advance for the support
Hi vbonora,
The code you posted seems to work as it should.
Can you give us a mockup/screenshot on what it should look by default and on hover?
Best regards,
Nikko
Hi,
Thanks for the screenshot and the login, I changed your hover css to this:
a.av-catalogue-item:hover img {
transform: translateX(-3rem);
}
please clear your browser cache and check.
Best regards,
Mike
Hi,
Great, I’m glad that Mike could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard