Images on hover

Home Forums Jevelin Theme Images on hover

Home Forums Jevelin Theme Images on hover

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
  • NorthumbrianTin
    Participant

    Hi Guys

    Is there a way to make the other images in my page containers act like the blog posts on hover?

     

    Not bothered about the colour overlay its more the shadow disappearing and slight movement that I would like to achieve – hard to describe but images below.

    http://www.northumbriantinsoldier.com

     

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @NorthumbrianTin,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .woocommerce ul.products li.product,
    .woocommerce ul.products li.product .sh-woo-post-content-container{
        bottom: 0;
     transition: 0.3s all ease-in-out;   
    }
    
    .woocommerce ul.products li.product:hover .sh-woo-post-content-container{
     box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.06);
     }
    
    .woocommerce ul.products li.product:hover{
        bottom: -4px;
    }

     

    Best regards,
    Shufflehound team

    NorthumbrianTin
    Participant

    Thats Brilliant – Thank you so much 🙂

     

    Can I use this with my gallery elements? or is it only woocommerce?

    Thanks and regards

    D.

     

     

    You are most welcome here 🙂

     

    Can I use this with my gallery elements? or is it only woocommerce?

    Yes you can use it with gallery elements by developing more custom code as shared above.

    NorthumbrianTin
    Participant

    Thanks for this – do you think you could elaborate a little more please?

    I have tried different options in the code but still cannot get this to work – my gallery slider is on my front page @

    https://www.northumbriantinsoldier.com/

    Attachments:
    You must be logged in to view attached files.

    Please try using below custom CSS code to achieve this.

     

    .sh-image-gallery-item{
        bottom: 0;
        transition: 0.3s all ease-in-out;
        position: relative;
    }
    
    .sh-image-gallery-item:hover{
        bottom: -4px;
    }

    NorthumbrianTin
    Participant

    Thanks guys

    yes that makes the ‘on hover’ work however when clicked the gallery images no longer open up in the lightbox?

    Is there a way to make this work please.

    Thanks and regards

    D.

    yes that makes the ‘on hover’ work however when clicked the gallery images no longer open up in the lightbox?

    Do you mean it was working earlier?

     

    If yes then could you please revert the changes that you made on your site which caused it not to work?

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

Popular choice

Professional Developers At Your Fingertips!

If you need services beyond standard support, we've got your back!

Services we offer:

Demo setup
Advanced customization
Layout adjustment
Graphic work / visualizations
Custom coding
Full WordPress development and design

Services

What we can offer

  • Demo setup +

    If you'd prefer not to handle the installation yourself or need help getting started, we'll set everything up for you.

  • Layout adjustment +

    We'll help you rearrange sections, adjust spacing, and modify the page structure to fit your needs.

  • Advanced customization +

    More complex styling changes, theme option modifications, and third-party integrations.

  • Custom coding +

    If you need something that's not included in the theme, we can code it for you.

  • Graphic work / visualizations +

    Web design services to create custom sections, pages, and blocks for your theme, plus graphics and visualizations.

  • Full WordPress development and design +

    Full website builds, custom theme development, or plugin creation from scratch.

  • About pricing +

    We'll provide a clear quote based on what you need. No hidden fees.

Professional Developers At Your Fingertips!

Custom Work Form