New Landing How can we help? Themeforest Theme Support Neighborhood How to hide Additional Information section

Viewing 8 posts - 1 through 8 (of 8 total)
  • #12594
    lepko
    Member
    Post count: 3

    If I dont use the product attributes, how can I disable / hide the “additional information” section on the product page? When there are no attributes, this section is empty.

    Regards
    lepko

    #12653
    Ben – SUPPORT
    Member
    Post count: 690

    If you send me a link to your website I’ll try and give you some CSS

    Thanks
    Ben

    #12715
    lepko
    Member
    Post count: 3
    #13331
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You’d need to edit /includes/swift-framework/sf-woocommerce.php and remove lines 272-283.

    – Ed

    #29552
    androofoo
    Member
    Post count: 51

    Every time I try to edit this php page, my site crashes and I need to do a full restore. Is there a custom CSS that will remove this?

    #29910
    Melanie – SUPPORT
    Member
    Post count: 11032
    #29927
    androofoo
    Member
    Post count: 51

    This did not work for me either.

    add_filter( ‘woocommerce_product_tabs’, ‘woo_remove_product_tabs’, 98 );
    function woo_remove_product_tabs( $tabs ) {
    unset( $tabs['additional_information'] ); // Remove the additional information tab
    return $tabs;
    }
    #30683
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hey, could you use our forum search to find other threads talking about this topic? Thank you so much!

Viewing 8 posts - 1 through 8 (of 8 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