jankx / woocommerce
Integrate ecommerce plugins with Jankx theme framework
dev-master
2024-08-13 04:53 UTC
Requires
This package is auto-updated.
Last update: 2024-10-31 00:33:15 UTC
README
Integrate ecommerce plugins with Jankx theme framework
Supported Plugins:
- WooCommerce
- Ecwid WooCommerce Shopping Cart
- WP EasyCart
- Studiocart
Customize
Rating icons:
.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 settings
{
...
"store": {
"detail": {
"layout": "default";
}
}
}