Stop Ken Burns
January 2013 WordPress Theme
- GK User
- Fri Sep 18, 2015 11:11 am
Hi Guys,
How do I stop the Ken Burns effect from happening to the default layout on Wordpress.
This is really a general question as I use NSP a lot but I've set up a tester here:
http://gavick.websupport.ie/news/
How do I stop the Ken Burns effect from happening to the default layout on Wordpress.
This is really a general question as I use NSP a lot but I've set up a tester here:
http://gavick.websupport.ie/news/
-
- Expert Boarder
- GK User
- Mon Sep 21, 2015 10:09 am
Anyone?
-
- Expert Boarder
- GK User
- Mon Sep 21, 2015 7:27 pm
Hi,
Please addd the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend) or use any custom css plugin or style.css file if you are using Child Theme
Please addd the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend) or use any custom css plugin or style.css file if you are using Child Theme
- Code: Select all
.gk-nsp-art .gk-nsp-image:hover,
.gk-nsp-links .gk-image-link:hover img {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
-
- Moderator
- GK User
- Tue Sep 22, 2015 10:06 am
Perfect thanks!
-
- Expert Boarder
- GK User
- Wed Sep 23, 2015 10:07 am
MEGA!
Thanks Piotr
Thanks Piotr
-
- Expert Boarder
- GK User
- Thu Jan 21, 2016 6:10 pm
Hello, my code only works on the home page and not on other pages ?
http://unicpress.com/category/ck85-europe/
http://unicpress.com/category/ck85-europe/
-
- Fresh Boarder
- Joshua M
- Thu Jan 21, 2016 11:04 pm
Hi, Try to change your code into:
- Code: Select all
.gk-nsp-art .gk-nsp-image:hover,
.gk-nsp-links .gk-image-link:hover img,
article figure.featured-image:hover img {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
-
- Moderator
7 posts
• Page 1 of 1