New Landing How can we help? Themeforest Theme Support Neighborhood Disable Tabs Additional Informations and Accordions

Viewing 5 posts - 1 through 5 (of 5 total)
  • #73644
    paololee
    Member
    Post count: 149

    Hello Guys,
    i am would like to Disable Tabs Additional Informations and Accordions in product page.
    I have been searching trough the forum finding codes that i tried without having result i expect.

    I just need to Disable Additional Informations, possibly using a filter to put in custom css. I wouldn’t like to modify the sf-woocommerce.php on line 273.

    Thank you.
    P.

    #73645
    paololee
    Member
    Post count: 149
    This reply has been marked as private.
    #73763
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .woocommerce-tabs .additional_information_tab {
      display: none!important;
    }

    – Kyle

    #73855
    paololee
    Member
    Post count: 149
    This reply has been marked as private.
    #73981
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok for the accordion you need to add this css:

    #product-accordion .panel:nth-child(2) {
      display: none;
    }

    – Kyle

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