Shopify themes, liquid, logos, and UX
Hi, I would like to make this section in my cart white and all the text items black. Can anyone help?
https://c50810-c5.myshopify.com/cart
Solved! Go to the solution
This is an accepted solution.
Hi @Daniel19901
Some of the code are already overide.
Check 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 "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
section#shopify-section-template--23256689017174__main .t4s-cartPage__footer {
background: #fff !important;
}
section#shopify-section-template--23256689017174__main .t4s-container * {
color: black !important;
}
.t4s-main-cart input:not([type=submit]):not([type=checkbox]):not([type=number]),
.t4s-main-cart select,
.t4s-main-cart textarea,
input[type=checkbox][data-agree-checkbox]+label:before {
border: 1px solid #000 !important;
}
</style>
And save.
result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hey @Daniel19901
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>
.t4s-cart-couponcode__label, .t4s-txt_add_note, p.t4s-cart-couponcode__info, .t4s-main-cart__block-content, .t4s-row.t4s-gx-30.t4s-gy-0.t4s-align-items-center, p.t4s-cart__tax {
color: black !important;
}
.t4s-cartPage__footer {
background: #ffffff !important;
}
.t4s-cart__agree a {
color: black !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
@Moeed thank you so much! it's almost ready. Can we make the checkbox (terms and conditions) and the frames of the text boxes will be visible?
This is an accepted solution.
Hi @Daniel19901
Some of the code are already overide.
Check 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 "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
section#shopify-section-template--23256689017174__main .t4s-cartPage__footer {
background: #fff !important;
}
section#shopify-section-template--23256689017174__main .t4s-container * {
color: black !important;
}
.t4s-main-cart input:not([type=submit]):not([type=checkbox]):not([type=number]),
.t4s-main-cart select,
.t4s-main-cart textarea,
input[type=checkbox][data-agree-checkbox]+label:before {
border: 1px solid #000 !important;
}
</style>
And save.
result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025