New Landing How can we help? Themeforest Theme Support Dante Image Hover Portfolio

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Dante
  • #86804
    E_K
    Member
    Post count: 199

    Hello,

    I just have seen this website which has been created by Dante.

    http://www.madfactorystudio.com/#services

    Just wondering how to

    1) put title and some words on hover (Manually or with css?)
    2) adjust colours on the left and right on hover (As they have two parts)
    3) adjust opacity
    4) remove or change icon on top of the hover

    Thanks in advance.

    #86812
    E_K
    Member
    Post count: 199

    Ok I found the way put text and title: Gallery.

    Question 1 is solved.

    Need to align hover as a center otherwise looks like

    #86873
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Drop us a link to your site, we’ll see what we can do to help.

    – Ed

    #86877
    E_K
    Member
    Post count: 199
    This reply has been marked as private.
    #86942
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    figure.animated-overlay:hover figcaption {
      transform: none;
      -moz-transform: none;
      -webkit-transform: none;
    }
    figure.animated-overlay figcaption {
      background-color: #393482;
    }

    To adjust the opacity, go to Theme Options > General and you will see ‘Hover Overlay Opacity’

    – Kyle

    #87038
    E_K
    Member
    Post count: 199

    Hi Kyle,

    Thank you for your reply.

    I have written the code that you have provided.

    Only problem is it becomes the way I wanted but after adjusting opacity from panel it becomes again the original version. And it continues in this circle.

    Can I adjust opacity manually from css?

    I think there is overwriting in somewhere.

    P.S: I changed your blueish colour to white.

    Thanks

    #87042
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Replace this:

    figure.animated-overlay figcaption {
      background-color: #FFFFFF;
    }

    with this:

    figure.animated-overlay figcaption {
      background-color: rgba(255,255,255,0.5);
    }

    – Kyle

    #87055
    E_K
    Member
    Post count: 199

    Hi Kyle,

    Thanks.

    It happens again. Even I change something from theme options it automatically reset itself.

    #87139
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi E_K,

    Not sure what you mean by it resets itself? The theme options?

    – Ed

    #87222
    E_K
    Member
    Post count: 199

    Solved.

    Thanks.

    Will let you know if there is a issue.

    #87235
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great

    – Kyle

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