Close

Product Tags

JayC
8 years ago
#10475 Quote
Avatar
  • 14
Is there a way to have the products tags not show up on the product detail page but still be active?
Stefan
8 years ago
#10482 Quote
Avatar
  • Moderator
  • 157
JayC wrote:
Is there a way to have the products tags not show up on the product detail page but still be active?


Hi Jay,

Yes you can hide them via css code. Just add the following in your admin -> plugins -> 7spikes themes -> nop motion theme -> settings -> custom head styles textbox:

.product-details-page .product-tags-box {display: none;}

Hope that helps.
Best Regards,

Stefan Hristov
Nop-Templates.com
JayC
8 years ago
#10525 Quote
Avatar
  • 14
Great Thanks!