New Landing How can we help? Themeforest Theme Support Uplift Hide description tab

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Uplift
  • #270945
    altious
    Member
    Post count: 180

    Hello

    I have tried with
    li.description_tab #tab-description {display:none !important;}
    however the description will appear if I use page builder enabled for product pages.

    #271178
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try this one. If it doesn’t work, provide a link to a product in your site.

    .single-product #tab-description{
    display:none!important;
    }

    -Rui

    #271468
    altious
    Member
    Post count: 180

    Hi,

    I tried it work with others but some if enable page builder it wont work
    http://www.mionix.co.id/product/zibal-60/

    #271477
    David Martin – Support
    Moderator
    Post count: 20834

    This works for me:

    li.description_tab {
        display: none!important;
    }

    Thanks.

    #271815
    altious
    Member
    Post count: 180

    Hi

    this works but as you can see here
    http://www.mionix.co.id/product/zibal-60/

    evn though the description tab dissapear it didnt select the additional information tab by default?

    #272036
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Just leave the description area empty, then the tab wont show up at all

    – Kyle

    #272118
    altious
    Member
    Post count: 180

    Hi

    it is empty is only available in product meta
    http://www.mionix.co.id/product/zibal-60/
    like I mention b4 it is not showing default for additional information tab
    how to enable that?

    #272122
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    The best way to completely remove the product descriptions is to add the code below to the functions.php of your child theme.

    add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );
    
    function woo_remove_product_tabs( $tabs ) {
    
        unset( $tabs['description'] );      	// Remove the description tab
      
      return $tabs;
    
    }

    -Rui

    #272837
    altious
    Member
    Post count: 180

    it works now, thanks!

    #272843
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! No problem

    – Kyle

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