Changes to the Description tab - by walkerk2@mac.com

This topic has 2 replies, 2 voices, and was last updated 8 years, 1 month ago ago by Eva Kemp

  • Avatar: walkerk2@mac.com
    walkerk2@mac.com
    Participant
    February 14, 2016 at 00:40

    How do I change the label “Description”? I’d like to change it to read “Additional Information”.

    How do I remove the “Product Description” subtitle that appears?

    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    February 14, 2016 at 11:30

    Hello,

    To rename tabs follow the instruction in Woocommerce documentation https://docs.woothemes.com/document/editing-product-data-tabs/ , add needed code to functions.php file.

    To hide the text add this code in custom.css file:

    .description_tab h2 {
        display: none;
    }

    To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/xmarket directory via FTP and enable it in Xmarket – Theme Settings, tick “Enable Custom CSS file”.

    Regards,
    Eva Kemp.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.