This topic has 2 replies, 2 voices, and was last updated 8 years, 9 months ago ago by Eva Kemp
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?
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.
Tagged: best selling, changes, description, persuasive, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up