New Landing How can we help? Themeforest Theme Support Neighborhood Remove items from Product page

Viewing 15 posts - 1 through 15 (of 20 total)
  • #85470
    CuveeMaster
    Member
    Post count: 11

    How do I remove the product details: Additional Info โ€“ Reviews โ€“ Leave Feedback โ€“ Share buttons on all products?

    #85483
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin -> Theme Options -> Custom CSS => Here put given below code and update options

    body.single-product div.product_meta{display:none;}
    body.single-product div#product-accordion:nth-child(2){display:none;}
    body.single-product div#product-accordion:nth-child(3){display:none;}

    Hope that should resolve the issue and let me know your feedback.
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #85489
    CuveeMaster
    Member
    Post count: 11

    Hi Mohammad,

    Thanks for your reply. The code didn’t help to remove the “Additional Information” & “Review” portion.

    I manage to find these codes

    .product-share {
      display: none;
    }
    .form-submit {
      display:none;
    }

    that removes the “social buttons” and “help” previously. are there any codes similar to that?

    #85494
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove all code and try to use this code:

    div.product-share, div.product_meta{display:none;}
    div#product-accordion div:nth-child(2){display:none;}
    div#product-accordion div:nth-child(3){display:none;}

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #85506
    CuveeMaster
    Member
    Post count: 11
    This reply has been marked as private.
    #85521
    Mohammad – SUPPORT
    Moderator
    Post count: 27441
    This reply has been marked as private.
    #85533
    CuveeMaster
    Member
    Post count: 11
    This reply has been marked as private.
    #85537
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:

    div.product-share{display:none;} 
    div.product_meta{display:none;}
    #product-accordion .accordion-group:nth-child(2){display:none}
    #product-accordion .accordion-group:nth-child(3){display:none}

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #85541
    CuveeMaster
    Member
    Post count: 11

    It works like magic! Thank you so much!

    Just one more, is there a code to remove the “new” as well?

    #85549
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! Thanks Mohammad

    Add this to your custom css:

    .wc-new-badge {
      display:none;
    }

    – Kyle

    #85551
    CuveeMaster
    Member
    Post count: 11

    It worked! Thanks Kyle!

    #85552
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

    – Kyle

    #97258
    crystallisspecimens
    Member
    Post count: 113

    Hello Kyle,

    I have a custom css to remove LEAVE FEEDBACK. It works for the website in the computer but in mobile devices I still have the Leave Feedback button. Last time you told me that this code could probably be inside a media query. But I have moved the code (customs css) all around in the customs css but still appears in iPhone.

    Maybe I can send you all my custom css in the next message?
    Let me know.

    THX

    #97269
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please remind me of the login to your site and I will check for you

    – Kyle

    #97271
    crystallisspecimens
    Member
    Post count: 113

    Do you mean login to the wordpress?
    Or just the link to my website?

    The Link is here:
    http://www.crystallis.com

Viewing 15 posts - 1 through 15 (of 20 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register