Edit layout Swift Tabbed Product Description and look for:
Code: Select all
echo ($before != '' ? '<div id="tbbefore_<actinic:variable name="EncodedProductAnchor" />" class="tabberbefore">' . $before . '</div>' : '');
Code: Select all
// make any prefix text into a tab
if ($before != '' )
{
$tabcode = '{Description#125;<h3>Product Description</h3>' . $tabcode;
}