Home Forums WoodMart support forum Can I just hide some information of product at the single product page

Can I just hide some information of product at the single product page

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #317527

    betterlee
    Participant

    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.
    #317556

    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

    #317622

    betterlee
    Participant

    Got it. What about the category path before the product name. Can I just hide product name within the path?

    #317625

    betterlee
    Participant

    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/

    #317680

    Luke Nielsen
    Keymaster

    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

    #318686

    betterlee
    Participant

    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

    #318837

    Luke Nielsen
    Keymaster

    Hello,

    Please, try to upload images for variations below the field “120 chapters” and “30 chapters”

    https://monosnap.com/file/2gIuTrkxF55qECySZ155E9DhbpxsOB

    Kind Regards

    #318936

    betterlee
    Participant

    Hi, Luke, the issue is fixed. Thanks.

    #319088

    Luke Nielsen
    Keymaster

    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

Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘Can I just hide some information of product at the single product page’ is closed to new replies.