We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How can I change the color of the 'Remove from Chart' button in Dawn theme?

How can I change the color of the 'Remove from Chart' button in Dawn theme?

sacredearthco
New Member
6 0 0

im using dawn theme version 13.0.1 and ive realised my remove from chart button is black but my background colour is also black so you cant see the icon is there away to change the icon colour ?

Replies 7 (7)

Moeed
Shopify Partner
7764 2082 2568

Hey @sacredearthco 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


sacredearthco
New Member
6 0 0

sent the url thru . please let me know if there is any thing i can do 

 

Moeed
Shopify Partner
7764 2082 2568

Hey @sacredearthco 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.cart-item cart-remove-button {
    color: white !important;
}
</style>

RESULT:

Moeed_0-1709367157138.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


sacredearthco
New Member
6 0 0

hey thanks for your reply i cant seem to find the  </body> tag file in theme.liquid 

sacredearthco
New Member
6 0 0

Screen Shot 2024-03-04 at 7.51.13 am.png

sacredearthco
New Member
6 0 0

any chance you can help