【发布时间】:2019-08-12 21:07:05
【问题描述】:
如何从 WooCommerce 购物车页面的运费中删除粗体字?我不想用粗体字过分关注运费,所以我希望那里有常规的字体粗细。
更新: 添加下面的html代码以响应评论部分中的问题
<tr class="woocommerce-shipping-totals shipping">
<th>Delivery</th>
<td data-title="Delivery">
<ul id="ship_method" class="woocommerce-ship-type">
<li>
class="ship_method"/><label for="ship_method"> <span class="woocommerce_totals totals"><span class="woocommerce_curr_sym">$</span>300.00</span></label> </li>
</ul>
</td>
【问题讨论】:
-
见上面主要问题的html代码。
-
您以错误的方式编辑了生成的 html,请参阅:
<li> class="ship_method"/>...我也更新了我的答案。 -
做到了,对不起。
标签: html css wordpress woocommerce cart