Created
May 14, 2022 20:39
-
-
Save svaustin66/a60e5fe341bf77364f0e35c472b26a26 to your computer and use it in GitHub Desktop.
Replace Judge.me Review Stars with your own Icons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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