Removing the hyperlinks in Portfolio widget

Hi there,

Absolutely loving the Shapely theme for my website and it seems to do everything I need to however I was wondering if there was a way to remove the way the portfolio projects link to the projects pages and just have them with the hover effect which shows the title and category.

I’ve had a search for this but haven’t seemed to find anything that is what I’m looking for.

Would be great if this was a possibility, thanks!

Hello there,

I hope you are doing well today.

You can use the following CSS code to disable the link by going to Appearance > Customize > Additional CSS and pasting it there.


/*Portfolio link removal*/
.image-tile.inner-title.hover-reveal.text-center a {
    pointer-events: none;
}

Best Regards,
Support