How do I change the color of the view all button on the new shopify DAWN theme?

I requested from shopify multiple times to use my design time and make the button White with Black text and a black border instead of the current Black with white text and white border.

Even though I have 50 out of 60 minutes left they refused to help me, so can someone please explain how to do this?

It’s really important for the “vibe” of my store and it’s the last change I need to make before publishing

Thanks!

Erik

Hi @shopheatca ,

Share the URL…

Hi @oscprofessional ,

Sorry for the late reply.

My website is https://shopheat.ca/

Thanks

I guess it’s a task I can help you, but I will like to see your store link and access or I will guide you through.

Let’s connect.

Hi @shopheatca ,

.center.small-hide.medium-hide a {
    background: #fff;
    color: #000;
}

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->base.scss.liquid

1 Like