To remove the attribution in the blogger follow the simple steps
Step 1:
Login to your Dashboard, go to Template > Edit HTML.
{
display: none;
}
</style>
Step 1:
Login to your Dashboard, go to Template > Edit HTML.
Step 2:
Click anywhere inside the code area and press the CTRL + F keys to open the Blogger' search box.
Step:3
Find the tag '</head>' inside the code.
Step 4:
Just above '</head>' add this code:
<style>
#Attribution1{
display: none;
}
</style>
Step 5:
Click on the Save Template button to save the changes.
0 comments:
Post a Comment