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

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

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

1 Like

Thanks you!