New Landing How can we help? Themeforest Theme Support Uplift More Projects Portfolio Thumbnail Hover, Title & Zoom Styling

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Uplift
  • #315162
    bamtron
    Member
    Post count: 17

    Trying to match my styling for the portfolio thumbnails on the home page: no zoom or animation and have the title with a box.

    It still zooms on the portfolio details page and the caption disappeared.

    Thanks!

    #315436
    David Martin – Support
    Moderator
    Post count: 20834

    Please test this CSS in Theme Options => Custom CSS:

    .standard-browser.single-portfolio figure.animated-overlay:hover img {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    figure.animated-overlay:hover figcaption .thumb-info h4 {
        padding: 15px;
        line-height: 30px;
        margin: 0;
    }
    
    figure.animated-overlay:hover figcaption .thumb-info h5 {
        display: none;
    }
    #315491
    bamtron
    Member
    Post count: 17

    thanks! almost there. On Mouse off it flashes old hover style.

    #315723
    David Martin – Support
    Moderator
    Post count: 20834

    Just to check, you have not edited the core CSS correct? CSS should only be added the theme options of via a child theme.

    Please add a WP login for me.

    #315961
    bamtron
    Member
    Post count: 17
    This reply has been marked as private.
    #316107
    David Martin – Support
    Moderator
    Post count: 20834

    Your child theme CSS is certainly causing some interference.

    I’ve amended the CSS to in your theme options:

    .single-portfolio figure.animated-overlay img,
    .single-portfolio figure.animated-overlay:hover img {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    figure.animated-overlay:hover figcaption .thumb-info h4 {
        padding: 15px;
        line-height: 30px;
    }
    
    figure.animated-overlay:hover figcaption .thumb-info h5 {
        display: none;
    }
Viewing 6 posts - 1 through 6 (of 6 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