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
16373 2440 3188

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

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

View solution in original post

Replies 4 (4)

oscprofessional
Shopify Partner
16373 2440 3188

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

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
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?