On an individual product page how to I change/delete the big ‘Short Description’ title (‘Short Description’ as a tab title is fine).
Propulsion: change/delete ‘Short Description’ title
10 posts from 4 voices-
Posted 6 months ago #
-
Hey!
Open up propulsion\config-woocommerce\config.php and search for following line:
$output .= "<h2>".__('Short Description','avia_framework')."</h2>";- delete it or replace "Short Description" with any other text of your choice.
Regards,
PeterPosted 6 months ago # -
Fixed it.
Thx for the quick response.
Posted 6 months ago # -
Glad Peter could help :)
Regards,
Devin
Posted 6 months ago # -
Changed the 'Short Description' and set it to H4. Now I need the Additional Information title to match.
How/where do I edit that - is it also somewhere in propulsion\config-woocommerce\config.php?Posted 6 months ago # -
Hey!
I think this post: http://www.kriesi.at/support/topic/rename-additional-information-tab will help you.
Best regards,
PeterPosted 6 months ago # -
Yes it worked. However, how could I change the tab text for 'Short Description'?
Also, I want to delete the 'Additional Info' tab.
Posted 6 months ago # -
I believe the short description text is handled by what is normally the excerpt. It should be another visual editor at the bottom of all the product information in the editor.
This should remove the Additional info easily, add the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.attributes_tab { display: none; }Regards,
Devin
Posted 6 months ago # -
Devin, that worked great. Thx.
Posted 6 months ago # -
Hi ATX,
Glad that Devin helped you. :)
Cheers,
IsmaelPosted 6 months ago #
Topic Closed
This topic has been closed to new replies.














