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!
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024