New Landing How can we help? Atelier Remove Additional info and review tab

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Atelier
  • #175468
    pedroandrade
    Member
    Post count: 31

    Hi, how can i remove the additional information and disable all reviews in products?
    Thank you

    Great theme by the way!! 😉

    #175502
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Thanks for the kind words.

    Add the code below to your custom css option.

    
    #product-reviews-wrap, .additional_information_tab active, .woocommerce div.product .woocommerce-tabs .panel#tab-additional_information {
       display: none;
    }

    -Rui

    #204859
    aleksandrinho
    Member
    Post count: 58

    #product-reviews-wrap, .additional_information_tab active, .woocommerce div.product .woocommerce-tabs .panel#tab-additional_information {
    display: none;
    }

    Hi, to which file I should add the code above to hide product review section? To rtl.css or rtl.min.css?

    #204864
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please always insert all custom css code at Admin -> Theme Options -> Custom CSS.
    Thanks
    Mohammad

    #205087
    benthomas_19
    Member
    Post count: 85

    Hi guys,
    Sorry to hijack this. But I’ve tried the above code and it doesn’t appear to remove anything. I’ve added in an extra image to the featured image area and while it updates the zoom on roll over, it’s added the ‘additional info’ section below, which I don’t really want.

    What code would we need to inject into the CSS area in the admin?

    Cheers!

    Attachments:
    You must be logged in to view attached files.
    #205533
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Ben,

    This could vary depending on your modifications, without seeing your URL though I would recomend this would do it:

    .woocommerce div.product .woocommerce-tabs {
        height: 0;
        visibility: hidden;
    }

    Cheers,
    David.

    #214753
    G. from V.
    Member
    Post count: 83

    Hello, I’ve tried the first code Rui sent and it removed the Reviews, but the Description tab is still showing up. I would like to remove it, thanks.

    Attachments:
    You must be logged in to view attached files.
    #214813
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please follow this article http://docs.woothemes.com/document/editing-product-data-tabs/. Hope it should help to you.
    Thanks
    Mohammad

    #215188
    G. from V.
    Member
    Post count: 83

    I will try it out Mohammad. Thanks a lot.

    #215209
    G. from V.
    Member
    Post count: 83

    Thank you Mohammad, it worked.

    #215231
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its ok. You can open a new thread.
    Thanks
    Mohammad

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

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

License required for the following item
Login and Registration Log in · Register