Video Icon showing in portfolio page using Gym Template

I would like to remove the video icon showing in the top left corner of the portfolio items in the portfolio page (http://geoshandyman.com/index.php/services/)

Hi there,

Please add this code in the custom CSS:

.page-template-template-layout-portfolio article .entry-cover:before {
    display: none;
}

Hope this helps.

1 Like

That worked great. So it was a theme thing?

No. Our demo doesn’t have that icon. Please see the last item in our Ethos portfolio demo which is a video portfolio. It has no icon. Please check your customizations.

Thanks.

Mine showed the same video icon upon installing the theme. This code worked to remove.

Hi @npwebmaster

This thread is relatively old, many updates were released since then, if you still have a similar or any other issue, please open a new thread and we will be glad to help.

Thanks.