Hi,
I am hosting my website https://vividwebdesign.com.au with GreenGeeks and want to add the GreenGeeks Badge to my footer widget. I followed their instructions but only on the homepage, the badge is showing with an ugly grey box around it. The other pages just show the pasted code with the grey box. I would like to get rid of the grey box, show the badge aligned centered and reduce the vertical space before and above the badge. Here is the code I am supposed to paste into the widget
<!-- GreenGeeks Seal Code -->
<div><a href="#" onclick="ggs_ggseal()"><img src="https://static.greengeeks.com/ggseal/Green_11.png"></a><script>function ggs_ggseal(){window.open("https://my.greengeeks.com/seal/","_blank")}</script></div>
<!-- End GreenGeeks Seal Code -->
Thanks
Mel