New Landing How can we help? Themeforest Theme Support Flexform Hover issues with post thumpnail image

  • This topic has 4 replies, 3 voices, and was last updated 11 years by ssc.smg.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Flexform
  • #7401
    ssc.smg
    Member
    Post count: 4

    Dear swiftideas,

    I am really enjoying your theme, but I have some issues with the default hover settings for image post thumpnails.

    When I hover over an image, used as thumpnail for a post, the image is covered by your characteristic orange color, a paper shaped icon appears on it and the image zooms in.(see attachment)

    I would prefer if none of the above happened and the image just remained completely the way it is when you are not hovering over it.

    How do I get rid of all the hovering effects?

    Best regards,
    Simon

    #7627
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Simon,

    Try this:

    – go to Theme Options/General Options
    – in the Custom CSS box, add this:

    figure:hover > a > .overlay {
        opacity: 0 !important;
    }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #7675
    ssc.smg
    Member
    Post count: 4

    Hi Cosmin,

    That all most fixed everything, except for the effect that enlarges the picture when you hover over it.

    Is there a way to make the picture keep its size while hovering.

    Best regards,
    Simon

    #7689
    Ben – SUPPORT
    Member
    Post count: 690

    And add

    .recent-post figure:hover img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    }
    

    That should sort it.

    Thanks
    Ben

    #8197
    ssc.smg
    Member
    Post count: 4

    Yep, that did the trick.

    Thx a lot!

    Best,
    Simon

Viewing 5 posts - 1 through 5 (of 5 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