目前,我正在构建一个电子商务,一个小按钮正在运行伪类:before
突然停止工作。该网站与Divi和Woocomerce一起运行WP。我希望下面的代码重新运行:
.woocommerce-page ul.products li.product .button.add_to_cart_button:before,
.woocommerce ul.products li.product .add_to_cart_button:before {
color: inherit;
Font-family:ETmodules;
content: "\\e015" !important;
}
在出现错误之前,我所做的唯一一件事就是添加这些CSS规则以提高网站可用性:
.et-cart-info{color: #ee4b4b !important; font-weight:bold !important;}
.gfields{font-size:16px; color:#232323; text-transform: uppercase;}
.woocommerce-message[role="alert"]{color: red !important; border-color: red !important;}
这么小
:before
必须工作,因为是“添加到购物车”图标。我已经测试了很多方法,但都不管用。如果需要PHP spippet,则没有问题。
链接到页面:Page with the problem
我想支持此图标:Example icon here