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

edit the "view cart" & "checkout" button in Studio theme

Solved

edit the "view cart" & "checkout" button in Studio theme

shopcheri
Excursionist
23 0 4

I have to edit view cart and checkout buttons.

1.make first letter of view and checkout to small case.

2.change colour theme to 

background: FAF8F1

text: D94F16

solid button background: FAF8F1

solid button label: D94F16

outline button: BC5631

 

 

URL :

shopcheri.coScreenshot 2024-12-17 at 11.38.28 AM.png

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

This is an accepted solution.

HI @shopcheri 

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings 

cart-notification #cart-notification-button {
    text-transform: lowercase;
}
.cart-notification.active {
    background: #FAF8F1;
}
cart-notification #cart-notification-button, 
cart-notification #cart-notification-form button {
    background: #FAF8F1;
    color: #d94f16;
}
cart-notification #cart-notification-button:after, 
cart-notification #cart-notification-form button:after {
box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) #bc5631, 0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background)) !important;
}

Screenshot 2024-12-17 at 14.04.57.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 6 (6)

Liquid_xPert_SJ
Shopify Partner
1397 144 216

Hi ,@shopcheri 

please share your store URL for exact solution code OR Below code is my observation according to the dawn theme.

you can add this css code to your base.css file and see the results.

 

Online Store > Edit Code >  Assets > base.css file

 

 

.cart-notification-wrapper #cart-notification-button {
	background-color: #FAF8F1;
	color: #D94F16;
	border: 1px solid #BC5631;
}
.cart-notification-wrapper #cart-notification-form button {
	background-color: #FAF8F1;
	color: #D94F16;
}
.cart-notification-wrapper #cart-notification-form button:before,
.cart-notification-wrapper #cart-notification-form button:after {
display:none;
}

 

 

 

 

2024-12-17 11_59_34-Studio Bag – theme-dawn-demo — Mozilla Firefox.png

Thanks

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂
- Need THEME UPDATES but have custom codes? No worries, for an affordable price.

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

This is an accepted solution.

HI @shopcheri 

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings 

cart-notification #cart-notification-button {
    text-transform: lowercase;
}
.cart-notification.active {
    background: #FAF8F1;
}
cart-notification #cart-notification-button, 
cart-notification #cart-notification-form button {
    background: #FAF8F1;
    color: #d94f16;
}
cart-notification #cart-notification-button:after, 
cart-notification #cart-notification-form button:after {
box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) #bc5631, 0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background)) !important;
}

Screenshot 2024-12-17 at 14.04.57.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

shopcheri
Excursionist
23 0 4

thankyou. this worked!!

shopcheri
Excursionist
23 0 4

So I just tried the mobile version and it hasn’t worked on that yet.

 

this is what I’m seeing! 
please check!

websensepro
Shopify Partner
2144 268 319

Hi @shopcheri 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

 

.cart-notification.active {
    background: #FAF8F1;
}
.cart-notification__links .button {
    background: #FAF8F1;
    color: #D94F16;
    text-transform: lowercase;
}

.button, .shopify-challenge__button, .customer button, button.shopify-payment-button__button--unbranded {
    --border-opacity: none;
    border: 1px solid #BC5631 !important;
 
}

.button:after {
    --border-opacity: none !important;
    border: 1px solid #BC5631;
}

Result:

websensepro_0-1734424580468.png

 


If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Hi @shopcheri 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes"
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
a#cart-notification-button {
    text-transform: lowercase !important;
}

form#cart-notification-form .button--primary {
    background-color: #FAF8F1;
    text-transform: lowercase !important;
    color: #D94F16;
    box-shadow: none;
}

form#cart-notification-form .button--primary .color-scheme-5 {
    --color-button: none;
}

form#cart-notification-form .button--primary:after, 
a#cart-notification-button:after {
    box-shadow: 
        0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(24, 86, 108, 0), 
        0 0 0 var(--buttons-border-width) rgba(188, 86, 49, 0.5), 
        0 4px 6px rgba(188, 86, 49, 0.5);
}

div#cart-notification {
    background: #FAF8F1;
}

div#cart-notification * {
    color: #D94F16;
}
</style>

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1734438672671.png

     

Let me know if im missing somwething. 

 

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

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.