New Landing How can we help? Themeforest Theme Support Dante Tile Hover Over Effect

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #78050
    lpanalyst
    Member
    Post count: 182

    On my home page, I would like to replace the hover image currently being used on “Featured Solutions” with the hover image used on the homepage under the “Stay Current” section for each of the Mini Blog Post Image hovers (hover over directly over tile, no words, and the black arrow in circle in the middle).

    http://lpanalyst.com/sitev2/

    #78133
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    figure.animated-overlay:hover figcaption {
      transform: none;
    }
    .animated-overlay h4 {
      display: none;
    }
    figcaption .thumb-info i {
      top: 42%;
    }

    – Kyle

    #78341
    lpanalyst
    Member
    Post count: 182

    Kyle, That’s great – removed the words. Can we also make it so the hover over box lines up directly with the tile like on the Mini Blog posts further down the page. Thanks in advance. Bill

    #78454
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry the code should be:

    figure.animated-overlay:hover figcaption {
    -ms-transform: none); /* IE 9 */
    -webkit-transform: none; /* Chrome, Safari, Opera */
    transform: none;
    }
    .animated-overlay h4 {
      display: none;
    }
    figcaption .thumb-info i {
      top: 42%;
    }

    – Kyle

    #78585
    lpanalyst
    Member
    Post count: 182

    You are the man Kyle! Thank you!!!

    #78591
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    – Kyle

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