Tabs

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #53226

    harshad11
    Participant

    Hey,

    #53261

    Artem Temos
    Keymaster

    Hi,

    Here is an article from WooCommerce documentation that may help you customize your product page tabs https://docs.woocommerce.com/document/editing-product-data-tabs/

    What difficulties with mobile menu do you have? It can be managed via Dashboard -> Appearance -> Menus.

    Regards

    #55008

    harshad11
    Participant

    Hey

    #55031

    Hello,

    Product Tabs are WooCommerce functionality. Maybe you can search for plugins with more flaxibility.

    Please provide page link where you want to remove categories.

    Best Regards

    #55109

    harshad11
    Participant

    God Morning

    #55144

    Hello,

    In order to hide tabs in a separate product you need to enter product editing mode and enter Page setting area http://prntscr.com/jb5yxh add this CSS:

    .product-tabs-wrapper{
        display:none;
    }

    If you want to do it only for one category, navigate to Products > filter by category, and insert this CSS into each one. There is no other way to do that.

    Best Regards

Tagged: 

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