Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1039639

    Hi

    How can I hide the tab “Additional Information” on the WooCommerce product page?
    The code that worked in Flashlight (custom.css) no longer works in Enfold (style.css).In Enfold this seems no longer to work.

    Second problem:
    How can I remove the title “Description” within the tab “Description” on the WooCommerce product page (the tab’s name does not need repeating in the text)

    Thanks
    Bruno

    • This topic was modified 5 years, 11 months ago by bruwa.
    #1039727

    PROBLEM SOLVED

    /*————————*/
    /* Prodoct detail page: hide title “Description” */
    /*————————*/

    .woocommerce-tabs #tab-description h2 {
        display: none !important;
    }

    /*————————*/
    /* Product detail page: hide tab “Additional Information” */
    /*————————*/

    .additional_information_tab {
       display: none !important;
    }
    #1039863

    Hi,

    Great, glad you found a solution and thanks for sharing :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.