kook kai Posted November 22, 2014 Share Posted November 22, 2014 how to? i have the ribbon say "customizable" on my image on the right side. the "new" flag on the left doesn't work with some of my images. i still want the products to be listed under new arrival, just want to remove the flag. Link to comment Share on other sites More sharing options...
Paulito Posted November 22, 2014 Share Posted November 22, 2014 Hello A bit confused with your question but if you are asking how to Remove the "New" flag on the left of your product then go to: global.css around line 5857 and add display: none: .new-label { font: 700 14px/12px Arial, Helvetica, sans-serif; color: white; background: #6ad4ff; text-transform: uppercase; padding: 9px 0 7px; text-shadow: 1px 1px rgba(0, 0, 0, 0.24); width: 130px; text-align: center; display: block; position: absolute; left: -33px; top: 16px; z-index: 1; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); display:none; } Of course, I am probably barking up the wrong tree Paul Link to comment Share on other sites More sharing options...
kook kai Posted November 22, 2014 Author Share Posted November 22, 2014 hi paul, you saved me again. thank you very much. Link to comment Share on other sites More sharing options...
kook kai Posted November 24, 2014 Author Share Posted November 24, 2014 Update - it works for desktop browser, iPad safari but not in firefox android. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now