Re: change cart drawer CTA colour

Solved

How can I change the cart drawer CTA color in Sense theme?

FNANZ
Tourist
9 0 3

 

Hi there, can someone please help me figure out how to change the copy in the yellow button to black? In my global settings, this shouldn't be yellow so I'm not sure what's happened. I use the Sense theme. thank you 

 

 

FNANZ_2-1695092914993.png

 

FNANZ_1-1695092849598.png

 

Accepted Solution (1)

ZenoPageBuilder
Shopify Partner
1052 203 225

This is an accepted solution.

Hello @FNANZ 👋

The change the copy of that button to black, inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

 

#cart-notification-button {
    color: black;
}

The result

Screenshot 2023-09-19 at 10.50.16.png

Hope that helps! 

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com

View solution in original post

Reply 1 (1)

ZenoPageBuilder
Shopify Partner
1052 203 225

This is an accepted solution.

Hello @FNANZ 👋

The change the copy of that button to black, inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

 

#cart-notification-button {
    color: black;
}

The result

Screenshot 2023-09-19 at 10.50.16.png

Hope that helps! 

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com