New Landing How can we help? Cardinal Gallery page "hover"

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Cardinal
  • #127674
    alelordelo
    Member
    Post count: 155

    Is it possible to exclude the following when hover on shop page?

    Select option
    zoom

    product description is fine

    best!

    Attachments:
    You must be logged in to view attached files.
    #127697
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .shop-actions {
      display: none;
    }
    figure.animated-overlay:hover > img {
      transform: none;
    }

    – Kyle

    #127715
    alelordelo
    Member
    Post count: 155

    thanks Kyle, your amazing man!!!

    The “zoom on hover” keeps on, tough. Is there any way to get rid of it?

    best!

    #127950
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this instead:

    .shop-actions {
      display: none;
    }
    figure.animated-overlay:hover > img {
      transform: none!important;
      -webkit-transform:none!important;
    }

    – Kyle

    #128127
    alelordelo
    Member
    Post count: 155

    Still nothing…

    Attached the code pasted

    Attachments:
    You must be logged in to view attached files.
    #128198
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    You have an error in the pasted code.
    Replace > by >

    -Rui

    #128395
    alelordelo
    Member
    Post count: 155

    thanks rui!

    #128397
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks Rui

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register