Help me please Dawn 15.1 link collection list card to an internal page instead of a cateogry collect

I am using the dawn 15.1 theme and i need to change the link of my collection card titled " just for men" to go to an internal page I created for that service instead of a category collection. There aren’t products in this “just for men” category, its just a service so having it go to a product collection page doesn’t make sense.

i am familiar with the a href function and can change /collections/just-for-men to /pages/just-for-men but I don’t know where to find that in this dawn 15.1 theme or if it even exist with json or whatever code language is used in 2024.

Please help I haven’t had any luck with support yet.

@fullerq1991 “collection card” is incredibly vague and can mean many things.

Provide inspectable examples or point to specific sections or code, such as in the github repo reference

https://community.shopify.com/c/blog/how-to-get-support-from-the-community/ba-p/2254458/

https://github.com/Shopify/dawn

If you need theme customization services then contact me.

Contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.

@PaulNewton Here is a screenshot, does this help?

It helps but words matter more, so I have to guess those are product cards in section x?, prolly a collection list

You’d need advanced theme customization to enable some way to add custom links using either block-settings, or metafields, for each product-grid-card in that specific section

Possibly related code.
https://github.com/Shopify/dawn/blob/main/sections/main-collection-product-grid.liquid

https://github.com/Shopify/dawn/blob/main/sections/main-list-collections.liquid

https://github.com/Shopify/dawn/blob/main/snippets/card-product.liquid

https://github.com/Shopify/dawn/blob/main/snippets/card-collection.liquid

Good Luck.

If you need this customization create then contact for service.
Contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.