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
9846 2340 2935

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 are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
9846 2340 2935

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 are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Haebyul
Tourist
4 0 2

Yes, linked here!

Made4uo-Ribe
Shopify Partner
9846 2340 2935

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 are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an 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

risestrong
Visitor
3 0 0

How would I change the color of the text on the "Continue Shopping" link that is at the bottom of that screenshot? I would like it to be white please