As the title suggest, Need to remove the Box overlay from the image and the text from the article.
When we remove the box the animation stops for the slides, can anyone advise.
Opened a ticket but was sent here.
Thanks in advance
.gkIsWrapper-gk_game_magazine .gkIsTextItem { position: absolute; z-index: 30; background: #000 url('images/is_readon.png') no-repeat 92% center; float: left; min-height: 41px; padding: 20px 85px 20px 25px; cursor: pointer; -webkit-transition: background-image 0.35s linear; -moz-transition: background-image 0.35s linear; -o-transition: background-image 0.35s linear; transition: background-image 0.35s linear; }
.gkIsWrapper-gk_game_magazine .gkIsTextItem { display:none; position: absolute; z-index: 30; background: #000 url('images/is_readon.png') no-repeat 92% center; float: left; min-height: 41px; padding: 20px 85px 20px 25px; cursor: pointer; -webkit-transition: background-image 0.35s linear; -moz-transition: background-image 0.35s linear; -o-transition: background-image 0.35s linear; transition: background-image 0.35s linear; }