Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #547463

    Hi Enfold team,

    I’d like to adapt the hover-behavior of the portfolio grid of my Enfold website. On hover over an image OR a title of the grid this should happen:
    _ don’t display entypo arrow-icon
    _ change title color to #00afc6
    _ change image to greyscale
    _ overlay image (spare white tringle) witch color #00afc6, opacity:0.75

    Can you tell me what to change in order to achieve this result?

    Best regards,
    Till.

    #547700

    Hey Till!

    Use the following to your CSS

    a:hover .image-overlay .image-overlay-inside {
    display: none;
    }
    #top #wrap_all .main_color h3 {
    color: #00afc6
    }

    Now, by remove the arrow, you remove the overlay also.
    What do you mean by ” overlay image “?

    Thanks a lot

    Cheers!
    Basilis

    #547886

    Hey Basilis,

    thanks for your quick response and sorry for not beeing precise enough … I already made some changes and now there are only two things remaining I would like to adapt:

    _ on hover (when the image is overlayed with the colored rectangle) keep the white tringle pointing from the title to the image visible (compare my website with the mockup image). How can the white triangle always stay above of the overlay?

    _ on hover over a portfolio title apply the overlay effect to the corresponding image AND on hover over the image change the color of the corresponding title to #00afc6 – so that it doesn’t make a difference whether you rollover the image or the title. Is that possible?

    Cheers,
    Till.

    #548928

    Hi!

    Not sure what you mean. About which white triangle are you talking about? can you highlight your intentions using screenshots please? you can use imgur.com or dropbox.

    Cheers!
    Andy

    #548973

    Hi Andy!

    Sure, I uploaded two jpgs, showing the small white arrow/triangle I mean and the hover effect I would like to achieve.

    On my website I already modified the portfolio grid rollover effect to a color overlay with the image visible in grayscale in the background. This looks/works fine so far. However, now the small white arrow is no longer visible on hover – probably because it is stacked behind the colored overlay. Is it possible to bring it to the top layer to keep it visible also on rollover?

    My second question is, if it is possbile, to link the rollover state of the image and the corresponding title (in my example: the picture of the balloons and the line “Econa”), so that both – the picture and the title – change color when rolling over one of the two elements (i.d. making them function as one single element)?
     
    Cheers,
    Till.

    #552445

    Hi!

    try this code in Quick CSS field:

    .avia_transform a:hover .image-overlay {
    z-index: 0;
    }
    

    Regards,
    Andy

    #552473

    Thanks, that makes the white arrow stay visible also on hover!

    And regarding my second question: is there a feasible way to “connect” the portfolio image and the corresponding title, so that both change to hover state simultaneously, when rolling with the mouse over one of them?

    Cheers,
    Till.

    #552503

    Hey!

    unfortunately that won’t be easily possible and you would need to hire a freelance developer for this job.

    Regards,
    Andy

    #552508

    Ok, thanks for the feedback!

    Regards,
    Till.

    #552874

    Hi,

    Good luck with your edits :-)

    Regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Portfolio grid hover behavior’ is closed to new replies.