Change The Quick Add To Cart Button's Colour - Dawn Theme

Hi! I am looking to change the colour of the Quick Add to cart buttons on my collections page to match the same pink colour as those on the home page. Have tried coding from other threads and have asked shopify support but we can’t figure it out. I’d be grateful for any help/advice. Thanks!

Here is the site:

2a9ea3.myshopify.com

Hello @ciarameekin

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.quick-add__submit {
background-color: #ffd7f0;
}