Grid hover function / category view

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Sat Jan 16, 2016 5:22 pm
Hi.

We want to reverse the hover effect on the gk-grid- Now it darker and lighten up when the mouse is over the grid. Can it be changed to have the original opacity then get darker as the mouse is over?

The other is the category view. When i pick a post category the theme loads the designated category posts.

When the posts are listed the posts elements loads as follows:
picture
title
description

can it be changed to:
title
picture
description

The link is : chemico.design-r.hu
User avatar
Junior Boarder

Joshua M
Mon Jan 18, 2016 9:19 am
Hi,

Please add the following custom css code to change the hover effect:
Code: Select all
.gk-grid-title-overlay > a > span {
   opacity: 0;
   filter: alpha(opacity=0);
}
.gk-grid-title-overlay:hover > a > span {
   opacity: 0.3; filter: alpha(opacity=30);
}

Regarding the category - it requires theme files modifications which are unfortunately beyond our technical support.
User avatar
Moderator


cron