Created
July 29, 2017 02:02
-
-
Save svaustin66/549382f5dea2ec9ad1398778ff7355a0 to your computer and use it in GitHub Desktop.
Shopper Approved Theme.liquid
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
<!---------Shopper Approved-------> | |
<script type="text/javascript"> | |
function saLoadScript(src) { var js = window.document.createElement('script'); | |
js.src = src; js.type = 'text/javascript'; document.getElementsByTagName("head")[0].appendChild(js); } | |
saLoadScript('//www.shopperapproved.com/widgets/group2.0/XXXXX.js'); | |
</script> | |
<style> | |
.group-stars .ind_cnt { | |
font-size: 12px; | |
display: initial; | |
width: 100%; | |
text-align: center; | |
margin: 0 auto; | |
margin-left: 10px; | |
} | |
#merchant_page #sa_sort { | |
display: inline; | |
width: inherit; | |
height: 32px; | |
font-size: 12px; | |
} | |
#product_page #sa_sort { | |
display: inline; | |
width: inherit; | |
height: 16px; | |
font-size: 13px; | |
} | |
</style> | |
<!-----------End Shopper Approved------> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment