How can I edit the mini-cart popup notification on my site?

Solved

How can I edit the mini-cart popup notification on my site?

Haebyul
Tourist
4 0 2

Hello, I need help editing the mini-cart popup notification (picture attached below). 

 

I've already used some CSS code on the base template, but more specifically need a couple of things:

-Change the font color of "Items added to your cart" at the top of the popup

-Change the font colors and background colors of both of the buttons (view cart/checkout)

 

Any help would be much appreciated!

 

Screenshot 2023-10-27 135849.png

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
7661 1842 2256

This is an accepted solution.

Thank for the info, Do you mean like this?

Made4uoRibe_0-1698442693474.png

If it is, Try this one.

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

a#cart-notification-button, button.button.button--primary.button--full-width {
    background: red;
    color: white;
}
.cart-notification__header * {
    color: black;
}

 

  • And Save. 
  • Note: you can change the background color and font-color. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
7661 1842 2256

Hi @Haebyul 

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Haebyul
Tourist
4 0 2

Yes, linked here!

Made4uo-Ribe
Shopify Partner
7661 1842 2256

This is an accepted solution.

Thank for the info, Do you mean like this?

Made4uoRibe_0-1698442693474.png

If it is, Try this one.

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

a#cart-notification-button, button.button.button--primary.button--full-width {
    background: red;
    color: white;
}
.cart-notification__header * {
    color: black;
}

 

  • And Save. 
  • Note: you can change the background color and font-color. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Haebyul
Tourist
4 0 2

Yes, that worked perfectly. Thank you!

Davigy
Visitor
1 0 0

is there a way to also change the color of the "continue shopping" button? I'm really bad at coding :c