Unwanted text in my product description

Solved
TheWhiskerWorld
Tourist
6 0 0

I used an AI generator to help improve the visual appeal of my store. Although it did help it added these when customers click onto a product...

 

Free shipping to Saskatoon (University of Saskatchewan - Management Area), SK, Canada

Receive between: november 09th and december 04th.

 30 Days Warranty

 7 days for exchanges and return

 

I have store-wide free shipping and delivery times to that location are not accurate.

Does anyone know how to access this and change it?

http://www.thewhiskerworld.shop

 

Accepted Solution (1)
BSS-Commerce
Shopify Expert
2829 376 395

This is an accepted solution.

Hi @TheWhiskerWorld ,

If you just need to hide the text, you can edit the code file on your theme as follows:

+) Admin > online store > edit code

+) Find the file theme.min.css

+) Add the code at the end of the file:

 

.shipping-preview-line {

position: absolute !important;

visibility: hidden !important;

}

 

If not, we look forward to accessing your store to check the detailed problem.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.

For B2B solutions and custom pricing, check out B2B Solution & Custom Pricing |
For adding product labels/badges, visit Product Labels by BSS

BSS Commerce - Shopify Apps & Store Development Service Provider

Hire a Shopify expert | Shopify Plus Store Development

View solution in original post

Reply 1 (1)
BSS-Commerce
Shopify Expert
2829 376 395

This is an accepted solution.

Hi @TheWhiskerWorld ,

If you just need to hide the text, you can edit the code file on your theme as follows:

+) Admin > online store > edit code

+) Find the file theme.min.css

+) Add the code at the end of the file:

 

.shipping-preview-line {

position: absolute !important;

visibility: hidden !important;

}

 

If not, we look forward to accessing your store to check the detailed problem.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.

For B2B solutions and custom pricing, check out B2B Solution & Custom Pricing |
For adding product labels/badges, visit Product Labels by BSS

BSS Commerce - Shopify Apps & Store Development Service Provider

Hire a Shopify expert | Shopify Plus Store Development