Happening now | Office Hours: Customizing Your Theme With Moeed | Ask your questions now!

css code to change a text color in shopping cart

Solved

css code to change a text color in shopping cart

DusanKudela
Excursionist
23 1 2

Hello,

 

would it be possible to change the color of the "remove" button to  #660305(dark red)?

Without changing other buttons in the shop?

 

 dssf.jpg

Accepted Solution (1)

niraj_patel
Shopify Partner
2391 516 517

This is an accepted solution.

Hello @DusanKudela 

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>
  .cart-table tr.cart__row.responsive-table__row td p a {
        color: #660305 !important;
   }
</style>

niraj_patel_0-1723104343189.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Replies 3 (3)

prakashVt
Shopify Partner
268 23 36

Hello @DusanKudela 
Could you please share your website URL? 

- Enhanced your Cart Drawer for free, Shipping Protection included -VTN Cart Drawer Pro
- Feel free to Contact for more help (Free Support): prakash.prabhakar@vtnetzwelt.com

niraj_patel
Shopify Partner
2391 516 517

This is an accepted solution.

Hello @DusanKudela 

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>
  .cart-table tr.cart__row.responsive-table__row td p a {
        color: #660305 !important;
   }
</style>

niraj_patel_0-1723104343189.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

Moeed
Shopify Partner
7682 2066 2545

Hey @DusanKudela 

 

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-table td p a {
    color: #660305 !important;
}
</style>

RESULT:

Moeed_0-1723104639491.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