Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1351918

    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

    #1352023

    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

    #1352043
    This reply has been marked as private.
    #1352113

    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

    #1352154
    This reply has been marked as private.
    #1352166

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hover Image Catalog’ is closed to new replies.