How can I insert a 'shop now' button under each collection?

Hello

how can I add “shop now” underneath each collection something like this?

www.sundaypaloma.com

thank you

@oscaroline ,

Dawn theme is not having a shop now button to add. You need to add a liquid code for the shop now button in collection.liquid file.

Hi @oscaroline ,

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-card.css->paste below code at the TOP of the file:

.collection-list .card__heading a:after {
    content: "SHOP NOW";
    margin-top: 60px;
    line-height: 1;
    display: block;
    font-size: 12px;
}

I hope it would help you
Best regards,

Kate | PageFly