• Resolved mdynamic

    (@mdynamic)


    I had uploaded image as featured image in one the page. Whenever my mouse move to that image, its will zoom and rotate. How could I disable this function? How could I change this featured page image size?

Viewing 8 replies - 1 through 8 (of 8 total)
  • weblizar

    (@weblizar)

    Hello,

    Go to theme-option for changing the Images. The size is standard.

    You need to Create child-theme and then I will give you the code to customize the settings.

    Thanks

    Thread Starter mdynamic

    (@mdynamic)

    Hi,

    I already create the child theme. FYI, its only happen to the image in my post.

    Thanks.

    Thread Starter mdynamic

    (@mdynamic)

    Hi, what is the next step after create child theme?

    Thread Starter mdynamic

    (@mdynamic)

    Hi, is there any update regarding disable zoom in for image in post page?

    weblizar

    (@weblizar)

    Hi Mdyamic

    Remove the mouse hover zoom and rotate effect.

    Find the given class name and comment this css block.

    .enigma_home_portfolio_showcase img { —————— }

    For example : /* .enigma_home_portfolio_showcase img { —————— } */

    If you want to remove any other section image zoom and rotate effect.

    So comment all similer css codes.

    Thanks

    Have just gone through the CSS and commented out anything including rotate:

    -webkit-transform: scale(1.9) rotate(15deg);
    -moz-transform: scale(1.9) rotate(15deg);
    -ms-transform: scale(1.9) rotate(15deg);

    @jnichols94: Have you find solution doing this ? or anything I can help you ?

    Thanks

    Hi
    does anybody knows how i can the subpages from customizr appear
    i made them but they dont show up on the mainpage when i go with my hover over it on click on it

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Featured page images’ is closed to new replies.