Home Forums HashOne Portfolio Section, How to remove the magnifying effect

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7335
    stephany
    Participant

    Hi Guys

    Great theme and wonderful effort!

    How can I remove the magnifying effect when the user mouse over the images in the portfolio section?

    Is there a code of stopping that motion?

    Or it would be possible adding back the magnifying glass will remove that effect? If so, how can it be added back?

    Site Link

    #7340
    Hash
    Keymaster

    To disable the magnifying effect, go to Appearance > Customize > Additional CSS and paste the below CSS code

    .hs-portfolio:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    }

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.