Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #86277
    bigbangthinking
    Member
    Post count: 121

    Hi

    I have the related items working, but think its a little t¿bit ti invasive and would like to make some changes.

    1.- Make the thumbnails 50% it’s size

    2.- Make the circle arrow 50% it’s size

    3.-Make the transparent wight background on roll over, cover the whole image

    4.- Make the rollover text gray.

    Thanks

    Gonzalo

    http://www.bigbangthinking.com/?portfolio=unlimited-jeans-shop

    #86293
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css

    figure.animated-overlay:hover figcaption {
      transform: translate(0);
    }
    figcaption .thumb-info i {
      font-size: 17px;
      height: 16px;
      line-height: 23px;
      margin-left: -16px;
      width: 16px;
    }
    figure.animated-overlay figcaption .thumb-info h4, figure.animated-overlay figcaption .thumb-info h5, figcaption .thumb-info-excerpt p {
      color: #555555!important;
    }

    Unfortunately you can’t reduce the size of the related items as they are hardcoded

    – Kyle

    #86304
    bigbangthinking
    Member
    Post count: 121

    Kyle

    I can live with the oversized thumbnails. Thanks.

    The code changed the text color, but the background is still animated and displaced.

    🙂 G

    #86307
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding important to the

    figure.animated-overlay:hover figcaption {
      transform: translate(0)!important;
    }

    – Kyle

    #86320
    bigbangthinking
    Member
    Post count: 121

    Now it works in Firefox, Explorer but not in chrome

    🙂

    #86321
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ahh sorry,

    figure.animated-overlay:hover figcaption {
      transform: translate(0)!important;
      -moz-transform: translate(0)!important;
      -webkit-transform: translate(0)!important;
    }

    Always forget the others!

    – Kyle

    #86329
    bigbangthinking
    Member
    Post count: 121

    AS usuall the support here is suberb.

    Thansk it works great now.

    #86338
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. I’m glad that issue resolved. Thanks Kyle :-).
    With Best Regards
    Swift Ideas

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register