jankx/ecommerce

Integrate ecommerce plugins with Jankx theme framework

Installs: 136

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 2

Language:JavaScript

dev-master 2023-04-11 13:49 UTC

This package is auto-updated.

Last update: 2024-04-11 15:50:04 UTC


README

Integrate ecommerce plugins with Jankx theme framework

Supported Plugins:

  • WooCommerce
  • Ecwid Ecommerce 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;
}