custom plugin to remove links in portfolio

hi - where do i go to download the custom plugin to remove the links in the portfolio? i see them referenced here in the forum but do not see anywhere to download them. thank you.

Hi,

You can use this Custom CSS in Appearance -> Customize -> Additional CSS,

.shapely_home_portfolio .image-tile a {
    cursor: default;
    pointer-events: none;
}

Let us know,

Thanks,
laranz.