Support Forums for LiveMesh Themes & Plugins › Forums › Enigmatic Theme Support › Portfolio › Reply To: Portfolio
April 13, 2013 at 11:51 am
#555
Keymaster
John,
This took a while I got busy with updates for themes. I really appreciate you posting these questions in the forum. Will help everyone instead of being buried inside ThemeForest dashboard.
Here is the change required for what you are asking –
Pls change the line number 116 of file
//$image_info .= mo_get_taxonamy_info($taxonamy); //replace with author $image_info .= mo_entry_author();
and then insert the following styling to Custom CSS tab in options panel –
.image-info .author i { display: none; } /* Hide the icon */ .image-info .author { display: block; margin-top: 20px; }
Hope this works.