Removing of addthis logo |
first goto addthis.com and copy thae whole code provided by addthis and paste it in your blogger template as i said in my previous post and then cutomize it with your colours .
Now the main part is here these are some steps to remove the branding logo of addthis from the side of addthis welcome bar .
Steps:
- goto blogger.com
- then goto dashboard
- then in html
- and click proceed
- Now find ]]></b:skin>
- now paste the following code above this code
.addthis_bar_watermark {
display: none; }
- now save the template and be happy :)
- paste the following code just above </head> tag in your template
if you love this post please share it with others . because sharing is caring<style type='text/css'>.addthis_bar_watermark {display: none;}</style>