用图标或图像替换Woocommerce属性名称

时间:2015-04-20 19:11:45

标签: attributes woocommerce

我使用Divi主题和WC。 我为我的茶店创建了3个产品属性。 我希望在前端显示图像,而不是属性的名称(或标签)。

例如,我不想读取浸泡温度,而是想显示温度计的图像。

我不是程序员/开发人员。 请帮忙 斯蒂芬

1 个答案:

答案 0 :(得分:0)

可以使用 后 在css中为每个属性标题添加一个图标。



<table>
<tbody>
<tr class="alt">
<th id="attribute45896">color:</th>
<td><ul class="jcaa_attr_select jcaa_size_small jcaa_rounded_corners">
<li style="list-style:none;">red
</li>
</ul>
</td>
</tr>
</tbody>
<table>
&#13;
ByteBuffer
&#13;
&#13;
&#13;

但是woocommerce没有为属性设置自动ID或随机类。