Hi,
I am trying to remove the bottom image of the Music State Theme. Do anyone know how can i do it?
Thanks in advance.
http://www.etitan-solutions.com/jg/
.gk-grid-element .box > div img {
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.gk-grid-element .box > div:hover img {
opacity: 0.8;
}