Support Forums for LiveMesh Themes & Plugins › Forums › Enigmatic Theme Support › Image selection for Portfolio images on homepage › Reply To: Image selection for Portfolio images on homepage
June 19, 2013 at 9:38 am
#966
livemesh
Keymaster
You can either hide through Custom CSS entered in custom.css file or in the Custom CSS panel in theme options like this –
.single-portfolio img.featured { display: none; }
or just remove the function call mo_thumbnail($args)
in line 36 in single-portfolio.php
file.