How can I change my Dawn theme blog card border colour?

Hi I am currently using the Dawn theme. I would like to change the colour of my blog post borders. They are currently grey. I am looking to change them to colour : #F9E4F9

I only want to change the border colour only.

Can someone help provide the code for the changes and navigate me to the best place to paste.

URL preview: https://ny9ox80a1at1c5y3-67374350610.shopifypreview.com

Hi @chantic

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Richard | PageFly

Hello @chantic :waving_hand:

In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

.card--standard .card__inner {
    border-color: #F9E4F9 !important;
}

The result

Hope that helps!

1 Like

Thank you this one worked!

1 Like

You are welcome :slightly_smiling_face: