New Landing How can we help? Themeforest Theme Support Dante Change Team Member Thumbnail Appearance

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #94738
    MilenaCreative
    Member
    Post count: 28

    I just launched this site for a client, and they’d like for the Team member square thumbnails to remain in their hover state permanently, having the image small and in the centre with the name & title of the person visible. Is there a quick fix for this within (I assume) the javascript for that function, that I can manually make the hover state the normal state, and eliminate the hover state? Thank you. – Milena

    #94764
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .team-member figure.gallery-style img {
      transform: scale(0.4);
    }
    .team-member figure.gallery-style figcaption {
      opacity: 1;
      transform: scale(1);
    }

    – Kyle

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