Nominees and winners can add our award ribbon to their website. They are optimized to only 1.5kb and feel free to hotlink and change the css as you see fit!
Nominee:


Direct image link:
https://shopsiteawards.com/wp-content/themes/shopsiteawards/img/ssa_nominee.png |
https://shopsiteawards.com/wp-content/themes/shopsiteawards/img/ssa_nominee.png
Winner:


Direct image link:
https://shopsiteawards.com/wp-content/themes/shopsiteawards/img/ssa_winner.png |
https://shopsiteawards.com/wp-content/themes/shopsiteawards/img/ssa_winner.png
HTML Code:
<div class="ssa">
<a href="https://shopsiteawards.com/shop/YourShopName" target="_blank">
Your Shop featured on Shop Site Awards
</a>
</div> |
<div class="ssa">
<a href="https://shopsiteawards.com/shop/YourShopName" target="_blank">
Your Shop featured on Shop Site Awards
</a>
</div>
Winner CSS:
.ssa {
position: relative;
top: 80px;
left: 0px;
z-index: 9999;
}
.ssa a {
width: 70px;
height: 40px;
text-indent: -9999px;
display: block;
background: url('https://shopsiteawards.com/wp-content/themes/shopsiteawards/img/ssa_winner.png') no-repeat;
} |
.ssa {
position: relative;
top: 80px;
left: 0px;
z-index: 9999;
}
.ssa a {
width: 70px;
height: 40px;
text-indent: -9999px;
display: block;
background: url('https://shopsiteawards.com/wp-content/themes/shopsiteawards/img/ssa_winner.png') no-repeat;
}
Nominee CSS:
.ssa {
position: relative;
top: 80px;
left: 0px;
z-index: 9999;
}
.ssa a {
width: 70px;
height: 40px;
text-indent: -9999px;
display: block;
background: url('https://shopsiteawards.com/wp-content/themes/shopsiteawards/img/ssa_nominee.png') no-repeat;
} |
.ssa {
position: relative;
top: 80px;
left: 0px;
z-index: 9999;
}
.ssa a {
width: 70px;
height: 40px;
text-indent: -9999px;
display: block;
background: url('https://shopsiteawards.com/wp-content/themes/shopsiteawards/img/ssa_nominee.png') no-repeat;
}