Removing attribution and mobile attribution from Blogger

Removing attribution from blogger

Step 1: In Template click Edit HTML and find code:

</head>

Step 2: Add code below:

<style>
#Attribution1 {
display: none;
}
</style>

Step 3: Save

Removing the attribution gadget from blogger mobile template

 Step 1: Find code below in Template, and click Edit HTML:

    <b:widget id='Attribution1' locked='true' mobile='yes' title='' type='Attribution'/>

 Step 2: Replace it with statement below:

    <b:widget id='Attribution1' locked='true' mobile='no' title='' type='Attribution'/>

Step 3: Save

No comments:

Post a Comment