Reply To: Image selection for Portfolio images on homepage

#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.