Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Remove "New" text and box from product image

Solved

Remove "New" text and box from product image

Beljac
New Member
6 0 0

Hi!

Could anyone steer me in the right direction of removing the NEW text and box from the product photos

https://www.petiteskincostockists.com/

 

Thank you so much

Accepted Solution (1)

oscprofessional
Shopify Partner
16116 2410 3126

This is an accepted solution.

.product--labels-container {
    display: none !important;
}

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme--async.liquid

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free

View solution in original post

Replies 4 (4)

oscprofessional
Shopify Partner
16116 2410 3126

This is an accepted solution.

.product--labels-container {
    display: none !important;
}

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme--async.liquid

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free
Beljac
New Member
6 0 0

That worked!!! THANK YOU SO MUCH!!

JTreeDave
Visitor
1 0 0

Hey... I dont have that file in my Assets.  I have tried adding the code at the bottom of theme.css.liquid as well as featured_collection.liquid and featured_collection_owl.liquid. all to no avail.  hmmm?  
also... is there a way to edit the product creation date in the CSV upload so that it no longer thinks it is NEW?   

Belleomniley
Visitor
1 0 0

Me either did you figure it out?