Skip to content

Instantly share code, notes, and snippets.

@svaustin66
Created May 14, 2022 20:39
Show Gist options
  • Save svaustin66/a60e5fe341bf77364f0e35c472b26a26 to your computer and use it in GitHub Desktop.
Save svaustin66/a60e5fe341bf77364f0e35c472b26a26 to your computer and use it in GitHub Desktop.
Replace Judge.me Review Stars with your own Icons
.product-app .jdgm-prev-badge__stars .jdgm--on { background-image: url("{{ 'Ryno-on-rect.png' | file_img_url: '50x' }}"); background-size: cover; }
.product-app .jdgm-prev-badge__stars .jdgm--off { background-image: url("{{ 'Ryno-off-rect.png' | file_img_url: '50x' }}"); background-size: contain; }
.product-app .jdgm-prev-badge__stars .jdgm--half { background-image: url("{{ 'Ryno-half-rect.png' | file_img_url: '50x' }}"); background-size: contain; }
.product-app .jdgm-prev-badge__stars .jdgm-star:last-of-type { padding-right: 4px !important; }
.product-app .jdgm-prev-badge__stars .jdgm-star::before { opacity: 0; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment