Avada Porfolio Eliminar el enlace de imagen destacado Rollover
/*use this css on the page that you'd like to hide the portfolio featured image links*/
@media only screen and (max-width:600px){
.fusion-rollover-gallery{
display:none;
}
}
CoderHomie