From: Anthony Talarico Date: Tue, 1 May 2018 12:23:46 +0000 (-0400) Subject: removing cursor pointer from the first set of images on front page X-Git-Tag: v1.0.0^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=19ed53e1b2ee449b5407d38977468588cb1c6cf0;p=WP-Themes%2Fkingsail.git removing cursor pointer from the first set of images on front page --- diff --git a/style.css b/style.css index fc5095f..dd18a29 100644 --- a/style.css +++ b/style.css @@ -1893,7 +1893,9 @@ Portfolio Section .portfolio-listing { margin: 0 -15px; } - +.parallax-section:nth-child(4) .portfolio-listing a:hover{ + cursor: initial; +} .portfolio-listing a:nth-child(3n+1){ /* clear: both; */ }