I want to edit the wording of the Order note on cart to show an example.
Something like “Order note (ex. Declaration value on package)”
Or even better if the example show up in the box in grey.
I also want to make the terms and condition show up as blue or underline so my customer know it is a link they can press to view. Is that possible?
1 Like
@vincentpoont2
Welcome to the Shopify community!
Thanks for your good question.
Please share your store URL.
So that I will check and let you know the exact solution here.
1 Like
Thank you. Is there anyway to make the “terms and condition” URL link blue or underline so my customer would know it is
1 Like
@vincentpoont2
.cart__terms {
display: flex;
align-items: center;
justify-content: center;
border-bottom: 2px solid blue !important;
}
Add this code in the bottom of theme.css file
1 Like
Now it show up like this. Is there a way to just underline the “terms and conditions” not the whole thing?
or make the “terms and conditions” blue?
1 Like
Or maybe the pop up can include an hyperlink?
1 Like
@vincentpoont2
.cart__item-row.cart__terms label a {
border-bottom: 2px solid blue !important;
}
Add this code.
.cart__item-row.cart__terms label a {
border-bottom: 2px solid blue !important;
}
Add this code.
This doesn’t seem to work, is there a way to add the hyperlink on the popup instead?
1 Like
@vincentpoont2
I saw you have added, it.
If helpful kindly like and accept out.
let me know if you need any more help,
Thank you.
1 Like
Thank you so much. I found out I can add html on the “terms html” under language-> Cart, so I put
I agree with the
terms and conditions
1 Like
@vincentpoont2
Please like our solution and replies, it mostly help us.
It motivates us to help other also.
1 Like