Can I just hide some information of product at the single product page
-
hi, team, sorry for bothering you again. I would like to hide some information of product at the single product page. The reason is I write too many words for SEO reason. Could you help.
I show my idea with the attached screenshot. Please check it. Thanks.
Attachments:
You must be
logged in to view attached files.
Hello,
You can hide the breadcrumbs in the Theme Settings > Single Product > Show / Hide element.
In order to deactivate the attribute, navigate to Products > Attributes > enter the attribute and disable “Show attribute label on products”
Please add this code to the Theme Settings > Custom CSS > Global to hide the tags:
body.single .product_meta > span.tagged_in {
display:none;
}
Best Regards
Got it. What about the category path before the product name. Can I just hide product name within the path?
For tags, I tried your method. But tages are still there.
Please check the following link.
https://yaayplanners.com/product/minimalism-digital-notebook-for-students-dn2021005/
Hello,
We apologize for keeping you waiting, please try to use this custom CSS.
.single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-last,
.summary-inner .product_meta .tagged_as,
.single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-link-last:after {
display: none;
}
Kind Regards
Cool. The issue is fixed. Thanks.
I found another issue and sorry for bothering you again.
I tried to make a variation product with two varaiations. And I set individual product images for each of them. But I found the image does not change when I switch the attributes.
You can check this page.
https://yaayplanners.com/product/digital-cornell-notebook-for-students-2022-wild-goose/
Thanks.
Bruce
Hello,
Please, try to upload images for variations below the field “120 chapters” and “30 chapters”
https://monosnap.com/file/2gIuTrkxF55qECySZ155E9DhbpxsOB
Kind Regards
Hi, Luke, the issue is fixed. Thanks.
Hello,
We are glad that your issue has been resolved.
Let us know if there’s anything else we can do for you! You can always reach us at any time.
Have a wonderful day.
Kind Regards
The topic ‘Can I just hide some information of product at the single product page’ is closed to new replies.