jankx / woocommerce
将电子商务插件与Jankx主题框架集成
dev-master
2024-08-13 04:53 UTC
Requires
This package is auto-updated.
Last update: 2024-08-31 06:53:33 UTC
README
将电子商务插件与Jankx主题框架集成
支持的插件
- WooCommerce
- Ecwid WooCommerce购物车
- WP EasyCart
- Studiocart
自定义
评分图标
.star-rating {
width: 82px;
font-size: 16px;
}
.star-rating,
p.stars a::before {
font-family: "font name";
}
.star-rating::before, .star-rating span::before {
content: "ooooo";
}
p.stars a::before,
p.stars a:hover ~ a::before,
p.stars:hover a::before,
p.stars.selected a.active::before,
p.stars.selected a.active ~ a::before,
p.stars.selected a:not(.active)::before {
content: "o";
}
.star-rating::before,
p.stars a::before,
p.stars a:hover ~ a::before,
p.stars.selected a.active ~ a::before {
color: #dfdfdf;
}
.star-rating span::before,
p.stars:hover a::before,
p.stars.selected a.active::before,
p.stars.selected a:not(.active)::before {
color: #debe60;
}
Theme.json设置
{
...
"store": {
"detail": {
"layout": "default";
}
}
}