It's not in the code, any option that can turn this off?

Solved

It's not in the code, any option that can turn this off?

UltimerciaB
Excursionist
30 0 3

A few people here have checked, It's not in the code, when editing that section of the page it disappears. Is this in the options I don't know about? It's been more than 4 days and I can't seem to find a solution to this. If anyone can help me find the solution to removing the 30 day guarantee and 7 day return part? If not,

Site: https://infurtuation.com/
Password: dishau
Screenshot 2024-07-21 163417.jpg

 

Accepted Solution (1)

Guleria
Shopify Partner
4151 809 1164

This is an accepted solution.

Hello @UltimerciaB ,

 

  If you can't find the settings to hide it then please do it with css.  

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

.shipping-preview-line {
    display: none !important;
}

Thanks

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 2 (2)

Guleria
Shopify Partner
4151 809 1164

This is an accepted solution.

Hello @UltimerciaB ,

 

  If you can't find the settings to hide it then please do it with css.  

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

.shipping-preview-line {
    display: none !important;
}

Thanks

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
UltimerciaB
Excursionist
30 0 3

Thanks you!