Reputation: 1
I need to remove the BRAND (meta-brand) only on the product pages. Can someone help me?
Upvotes: -1
Views: 1650
Reputation: 1
Simply, on your Dashboard go to Products - Brands. You'll see all your brands listed with the option to edit or delete them. Don't know where the other guy was at with his css (whatever that is)
Upvotes: 0
Reputation: 451
In general, to remove these elements is done from the theme settings, you can choose to use the property: ** display: none; ** to hide it. For this you must inspect with the browser and see where that property can be applied. If it helps you do it with css and you don't know how you can send the link to help you.
Upvotes: 0