Skip to content

Integrate ecommerce plugins with Jankx theme framework

License

Notifications You must be signed in to change notification settings

jankx/woocommerce

Repository files navigation

Jankx WooCommerce

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";
        }
    }
}

About

Integrate ecommerce plugins with Jankx theme framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published