how to disable reveal animations in main page

Modern, responsive, unique and elegant one-page WordPress theme to showcase your creativity
GK User
Thu Nov 20, 2014 9:08 am
hello,could you teach me how to disable reveal animations in main page content layout (that is at the area of photo with three colum and two line under "what we do" in demo),when mouse up the photo,it will change to blue,I want it change nothing,sorry for my unclear express,thanks
User avatar
Junior Boarder

GK User
Thu Nov 20, 2014 9:18 am
Hi,

Add 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)

Code: Select all
.gk-portfolio .gk-images-wrapper > a > .gk-img-overlay > span {
   background: transparent;
}

.gk-portfolio .gk-images-wrapper > a > .gk-img-overlay > span:before {
   display: none;
}

User avatar
Moderator


cron