• Resolved derekpcp

    (@derekpcp)


    Hi

    I am impressed by the ease of use and user-friendliness of Enigma theme but is there a way to disable the image zoom (plus the slight clockwise rotation) on mouse over ? My client finds this effect puzzling.

    Thanks,
    Derek

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi Derek

    Thanks for using our theme.

    If you have knowledge about image zoom effect.

    So you can create child theme and after that do your css customize in child theme.

    Thanks

    Thread Starter derekpcp

    (@derekpcp)

    Hi weblizar,

    I don’t have much knowledge on image zoom effect but I just want to disable it. Is there a quick workaround ? Would you be able to help me on this ?

    Your theme is otherwise perfect to me and it suits all my client’s requirement.

    Cheers,
    Derek

    Hello Derek,

    Follow this process :

    Step-1: Go to your site admin

    Step-2: Open Appearance menu -> Theme Options

    Step-3: Here you will see Custom Css Field

    Step-4: Copy below css code and past in this Custom Css field –

    .enigma_home_portfolio_showcase:hover img {
    -webkit-transform: scale(1.0) rotate(0deg) !important;
    -moz-transform: scale(1.0) rotate(0deg) !important
    -ms-transform: scale(1.0) rotate(0deg) !important
    }

    Step-5: Save settings and then view your site, i am sure there no zoom will be display on hover after doing this process.

    Let me know for any help.

    Thanks

    Thread Starter derekpcp

    (@derekpcp)

    Thank you!

    That code does not fix it on my implementation of Enigma. Could it be an update or something? Help!

    Hi I also tried entering this code in the css theme option and nothing happened is there another way?

    This code work if you use plugin “simple custom CSS”

    I want also remove the zoom and hyperlink button\icon, is it possible?

    Thanks for your great template!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Image zoom on mouse over’ is closed to new replies.