New Landing How can we help? Themeforest Theme Support Uplift Remove Hover from Recent Posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Uplift
  • #325189
    G. from V.
    Member
    Post count: 83

    Hello,

    We’d like to remove the Hover Animation from the Recent Posts we have on our Homepage. Leave the image as is (though linkable, of course).

    Thanks in advance.

    Cheers,
    Gero

    #325192
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    figure.animated-overlay:hover figcaption {
        opacity: 0!important;
        -moz-opacity: 0!important;
        filter: alpha(opacity=0)!important;
    }
    
    .standard-browser figure.animated-overlay:hover img {
        -webkit-transform: none!important;
        -moz-transform: none!important;
        -o-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
    }

    Hope it helps.

    -Rui

    #325196
    G. from V.
    Member
    Post count: 83

    Hi Rui, thanks a lot.

    Now, we would like to remove from Recent Posts (highlighted in Red):

    1) The tag from the thumbnail. Example in screen.jpg: remove “ARTICLE”.

    2) Remove the author. Just leave the thumbnail and then the excerpt.

    Thanks in advance.

    Cheers

    PS: I can’t find where to edit my first post.

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

    Sure. Add the code below to your custom css option.

    .recent-post .blog-item-details, figure.animated-overlay .post-cats  {
     display: none;
    }

    -Rui

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