How to hide the "NEW IN" and "STOCK NUMBERS" in shop on desktop + mobile version?

How to hide the “NEW IN” and “STOCK NUMBER” in shop on desktop + mobile version?

URL: https://www.cotiereofficial.com/

pw: test1234

Theme: Symmetry

1 Like

@marcelp

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.css ->paste below code at the bottom of the file.
.product-label-container {
    display: none;
}
1 Like

@KetanKumar it woked for the desktop version only. Do you know how it works for the mobile version too? It is still shown there. That would be great. Thank you.

@marcelp I fixed this issue for you in Symmetry-TechQA__HideNewIn

1 Like