Shopify themes, liquid, logos, and UX
Hi, can you please provide me with the code to change the bottoms on the pop-up cart? I would like to make the background both grey and text black. also, the text below that says ''Continue shopping'' white.
Pass: biangu
Url: www.matibrnd.com
Solved! Go to the solution
This is an accepted solution.
Hi @MT27 ,
If you are looking something like the screenshot below then, follow the steps below.
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
div#cart-notification .cart-notification__links button.button-label {
color: #ffffff;
}
div#cart-notification a#cart-notification-button {
background: grey;
color: #000;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Was I helpful?
Sandesh Paudyal |
| Shopify Developer
Need help with your store?
sandeshpaudyal99@gmail.comFor quick response - Message Me : +9779851353732
Add This css in your base.css
.cart-notification button.link.button-label {
background: #bcbec2;
color: #fff;
padding: 12px 50px;
border-radius: 10px;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
thank you. how can I make the border of the bottoms white?
all the border
This is an accepted solution.
Hi @MT27 ,
If you are looking something like the screenshot below then, follow the steps below.
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
div#cart-notification .cart-notification__links button.button-label {
color: #ffffff;
}
div#cart-notification a#cart-notification-button {
background: grey;
color: #000;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Was I helpful?
Sandesh Paudyal |
| Shopify Developer
Need help with your store?
sandeshpaudyal99@gmail.comFor quick response - Message Me : +9779851353732
Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025