• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 21.05.19, 10:40
  • Opened by: STUDIO B52
  • Closed by: Marek
  • Closed on: 22.05.19, 14:53
  • Reason: Closed
  • Comment: Glad to help!

Ticket #14606 - Hide Product Reference

Hi Marek,

How to hide product reference on the product page ?
I search on product.tpl and the css, but nothing..

Thanks

Comments

Marek 21 May 2019, 19:25

Try this:

.sys-info-section > div {display:none}
STUDIO B52 22 May 2019, 09:14

It doesn’t work. It also disables customer reviews

Marek 22 May 2019, 09:23
.sys-info-section > div:last-child {display:none}
STUDIO B52 22 May 2019, 12:24

Perfect. Thanks