LuckBeach
New Member
Hi
I would like to change the words 'Product Details' on every product in my store to read 'Product Details & Size Charts'. The code in the Editor reads:
<?php if( cz( 'tp_tab_item_details' ) ) : ?>
<div id="item-details" class="content">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#item-details" href="#acc-item-details">
<?php _e( 'Product Details', 'dali' ) ?>
I am unable to change this via the editor (throws an error when updating) Is there a clean piece of CSS to add to the Additional CSS editor to do this please?
I would like to change the words 'Product Details' on every product in my store to read 'Product Details & Size Charts'. The code in the Editor reads:
<?php if( cz( 'tp_tab_item_details' ) ) : ?>
<div id="item-details" class="content">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#item-details" href="#acc-item-details">
<?php _e( 'Product Details', 'dali' ) ?>
I am unable to change this via the editor (throws an error when updating) Is there a clean piece of CSS to add to the Additional CSS editor to do this please?