New Landing How can we help? Themeforest Theme Support Uplift how to remove color change during hoover in image banner colun(home)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Uplift
  • #311030
    kleber
    Member
    Post count: 13

    how do i make the hoover color the “normal” one? foolow link/att
    https://postimg.org/image/4bdt2kah5/

    Attachments:
    You must be logged in to view attached files.
    #311032
    David Martin – Support
    Moderator
    Post count: 20834

    You can remove the opacity fade here: Theme Options => General Options => Thumbnail Options

    #311035
    kleber
    Member
    Post count: 13

    Another question changing the zoom percentage?

    #311039
    David Martin – Support
    Moderator
    Post count: 20834

    That is not possible, you would need to do it with CSS.

    This is the below CSS, you would change the scale values in your Theme options => Custom CSS

    .standard-browser figure.animated-overlay:hover img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
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