Award Ribbons

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:

SSA Nominee

ssa_nominee

Direct image link:

https://shopsiteawards.com/wp-content/themes/shopsiteawards/img/ssa_nominee.png

Winner:

SSA Winner

ssa_winner

Direct image link:

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>

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;
}

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;
}