How can I modify the Order Note and Terms display in the Impulse Theme?

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

https://holybro.myshopify.com/
pw: holybro

1 Like

@vincentpoont2


@vincentpoont2

  1. Go to the Admin pannel,

  2. Then Themes,

  3. Then Edit and select Edit language.

  4. Then Click on it.

  5. Then search order Note,

  6. now you can Edit it.

  7. And Save it.

2 Likes

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

ok wait, Remove the code

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