hi admins:)
i dont like to show tags, product number. only category.
with this code all hide, what i have to ad that to delete tags and number?
have a nice day:)
.product_meta{
display:none; }
This topic has 9 replies, 4 voices, and was last updated 10 years, 6 months ago ago by Eva Kemp
hi admins:)
i dont like to show tags, product number. only category.
with this code all hide, what i have to ad that to delete tags and number?
have a nice day:)
.product_meta{
display:none; }
Hello,
Please add this code in custom.css file
.sku_wrapper,
.tagged_as{
display:none;
}
Regards,
Robert Hall.
hi robert, first time your code not working..
i need for product page, and when i ad your custom css, the product number and product tags still there.
Hello,
Do you want to hide this section on single product page? See screenshot: http://prntscr.com/7c69q7
Regards,
Robert Hall.
yes!
Hello,
Try to use this code:
.product_meta > span {
display: none !important;
}
Regards,
Eva Kemp.
Hello,
please provide us with admin credentials for your site in private content and we will investigate why this code is not working for you.
Regards,
Stan Russell.
this works fine:)
.product_meta .tagged_as{
display:none;
}
.product_meta .tagged_as.sku_wrapper {
display:none;
}
Hello,
We’re glad you’ve solved the issue.
Have a nice day!
Regards,
Eva Kemp.
The issue related to '‘hide tag and product number on product page’' has been successfully resolved, and the topic is now closed for further responses