Forum Support

Shape 5
March 19, 2024, 02:14:28 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Movement Effect Image  (Read 909 times)
diermava82
Jr. Member
**
Offline Offline

Posts: 31



« on: June 05, 2018, 04:58:22 PM »

Hello,

I would like to know how to disable the effect of movement in the photo when I move the mouse cursor over the image in the Bottom Row 1.1 section.

The site is www.epithink.com in the section "EQUIPO DE TRABAJO"

Thank you for your help.

Diego
Logged
Tristan Rineer
Global Moderator
*****
Offline Offline

Posts: 3858

Gravatar


« Reply #1 on: June 06, 2018, 10:50:46 AM »

That's a CSS effect.  I'm not sure exactly where it's located in the code, but I'll forward your post to the designers and see what information they can provide.

Logged

Tristan Rineer
------------
Shape 5 Team



- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
Tristan Rineer
Global Moderator
*****
Offline Offline

Posts: 3858

Gravatar


« Reply #2 on: June 07, 2018, 09:25:59 AM »

Here's the answer I got:

Quote
It's in editor.css:

 
Code:
.doctor_image:hover img {
-ms-transform: rotate(4deg) scale(1.1);
-webkit-transform: rotate(4deg) scale(1.1);
transform: rotate(4deg) scale(1.1);
-o-transform: rotate(4deg) scale(1.1);
-webkit-transition: all 400ms ease-out;
-moz-transition: all 400ms ease-out;
-o-transition: all 400ms ease-out;
transition: all 400ms ease-out;
}

 

You'll just need to find that code and change/remove it to fit your needs.
Logged

Tristan Rineer
------------
Shape 5 Team



- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.