Effect when hover in portfolio

Photo, amazing way to showcase your architecture, photography or artistic projects | Support forum.
GK User
Mon Jun 06, 2016 12:13 am
Captura-de-pantalla-2016-06-05-a-las-5.40.38-p.m.-compressor1.jpg

How can i remove or do more transparent the effect when hover on a post, in the portfolio.
User avatar
Fresh Boarder

Joshua M
Mon Jun 06, 2016 8:02 am
Hi,

Try to add the following code into the theme’s css/override.css file:

Code: Select all
.simple > .portfolio .gk-overlay {
    background: rgba(33, 37, 41, 0.3);
}


or:

Code: Select all
.simple > .portfolio .gk-overlay {
    background: none;
}
to remove the effect.
User avatar
Moderator

GK User
Wed Jun 08, 2016 5:59 am
Thanks! :D :D :D :D
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.