Categories

WooCommerce. How to edit product page tabs titles

Kate Daniels September 15, 2015
Rating: 5.0/5. From 2 votes.
Please wait...

This tutorial will show you how to edit product page tab titles in WooCommerce.

WoocCommerce. How to edit product page tabs titles

You can find these tabs on single product page, standard tabs are Description, Additional information and Reviews.

  1. Log into your hosting account and navigate to File manager:

    WooCommerce_How_to_edit_product_page_tabs_titles
  2. Navigate to “wp-content/themes/themeXXXXX/includes” directory, where XXXXX is your actual theme number.

  3. Find custom-function.php file and click Edit icon:

    WooCommerce_How_to_edit_product_page_tabs_titles_1
  4. You should add this code before closing tag ?> at the end of the file:

     $tabs['description']['title'] = __( 'More Information' );		// Rename the description tab
     $tabs['reviews']['title'] = __( 'Ratings' );				// Rename the reviews tab>
     $tabs['additional_information']['title'] = __( 'Product Data' );	// Rename the additional information tab
     return $tabs;
    
    WooCommerce_How_to_edit_product_page_tabs_titles_2
  5. Change text in round brackets to the desired titles of the tabs.

  6. Click Save button to save changes:

    WooCommerce_How_to_edit_product_page_tabs_titles_3
  7. Refresh your product page in the browser to see the changes.

Feel free to check the detailed video tutorial below:

WoocCommerce. How to edit product page tabs titles
This entry was posted in WooCommerce Tutorials and tagged product, tab, title, WooCommerce. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket