Hello James,
Ok for removing the magnifier icon, please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to Publish button.
.theme-project-content .click-view a:first-child {
display: none;
}
Let us know if it works.
Thanks