HP Portfolio Image Resizing

Home Forums Jevelin Theme HP Portfolio Image Resizing

Home Forums Jevelin Theme HP Portfolio Image Resizing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • ondrejselner
    Participant

    Hello,

    I have a question. I would like to turn off the image resizing of images on homepage’s portfolio items. I like the overlay, the appearance of text, but I need to stop the image resizing when on hover.

    Could you please advise me where I found parameters from where this is controlled?

    Thanks in advance!

    URL in private field.

    • This topic was modified 3 years, 2 months ago by ondrejselner.

    Solution for this topic

    Hi @ondrejselner,

     

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

     

    You can resolve 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

     

    #page-container .sh-portfolio-overlay-style-overlay4 .sh-portfolio-image:hover .sh-portfolio-image-position {
        -webkit-transform: none;
        transform: none;
    }

     

    Best regards,
    Shufflehound team

    ondrejselner
    Participant

    This support is really genius! The purchase was definitely worth it!

    Thank you so much!

    Problem solved.

    You are most welcome here 🙂

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