Skip to content

Instantly share code, notes, and snippets.

@svaustin66
Created July 29, 2017 02:02
Show Gist options
  • Save svaustin66/549382f5dea2ec9ad1398778ff7355a0 to your computer and use it in GitHub Desktop.
Save svaustin66/549382f5dea2ec9ad1398778ff7355a0 to your computer and use it in GitHub Desktop.
Shopper Approved Theme.liquid
<!---------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