HP Portfolio Image Resizing
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.
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
This support is really genius! The purchase was definitely worth it!
Thank you so much!
Problem solved.
You are most welcome here 🙂
Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it