Remove link from Groups page

Hi all,
I am customizing my Groups page and I added a link, for each group, to link to a static page with info on the group. I would like to remove the link on the group div that is taking users to the list of groups members. Is there a way to do this with amber or similar?

Thx!

F.

Have you tried inspecting that page with the dev tools in your browser and adjusting the css with a theme component?

Thank you @osioke,
can I, with a theme component, remove the link from an a tag?
There is now an “a” component that contains the div with the group name and stuff.

F.