New Landing How can we help? Themeforest Theme Support Uplift How To Remove the description in product page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Uplift
  • #299929
    seabreezeh
    Member
    Post count: 38

    Hello wonderful team ,
    I would like to know if you can help me:)
    I want to remove the main description of the product page since I already have short description of the product .
    May I have CSS code so it will not change when we update the theme please ?
    thank you SOOO MUCH !
    Good day to you ALL …
    Van ๐Ÿ™‚

    #299949
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Van,

    Do you mean this or the Description Tab?

    #300608
    seabreezeh
    Member
    Post count: 38

    Hi David ,
    So sorry for the delay.
    I want to remove the part below , please see the attachment .
    Thank you so much dear David ,
    have a wonderful weekend you ALL ..
    Van:)

    Attachments:
    You must be logged in to view attached files.
    #300647
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    In that case add the code below to your functions.php of the 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;
    
    }

    Hope it helps.

    -Rui

    #300702
    seabreezeh
    Member
    Post count: 38

    Hello Rui,
    Thank you SO Much for your reply and help ๐Ÿ™‚
    I have placed the code to function.php in child theme and it does not seem to work ๐Ÿ™
    So sorry about this ๐Ÿ™

    #300716
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    That was because you didn’t activated the child theme, it needs to be active so it can work.
    It’s working fine now.

    -Rui

    #300900
    seabreezeh
    Member
    Post count: 38
    This reply has been marked as private.
    #300909
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad it’s sorted.

    -Rui

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 one of the following items
Login and Registration Log in · Register