2012/12/19

移除 Blogger 導覽列及版權宣告

每次改版面時都要重找,乾脆直接寫在這裡好了。

修改位置:「範本」→「編輯 HTML」

『移除導覽列』:把下面這段加在<head></head>之間。

<style type='text/css'>
    .Navbar
    {visibility:hidden;display:none;}
</style>

『移除版權宣告』:勾選打開「小裝置範本」,把下面這段砍掉。

<b:section class='foot' id='footer-3' showaddelement='no'>
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
<b:includable id='main'>
    <b:if cond='data:feedbackSurveyLink'>
      <div class='mobile-survey-link' style='text-align: center;'>
        <data:feedbackSurveyLink/>
      </div>
    </b:if>

    <div class='widget-content' style='text-align: center;'>
      <b:if cond='data:attribution != ""'>
       <data:attribution/>
      </b:if>
    </div>

    <b:include name='quickedit'/>
  </b:includable>
</b:widget>
</b:section>

如果兩項都要移除,記得一開始就要先勾選打開「小裝置範本」,
若於進行部份修改之後才打開「小裝置範本」,先前的修改動作都會被忽略。

沒有留言:

張貼留言

張貼意見時,請記得選擇發表留言的身份
若無相關帳號,可於下拉選單選擇「名稱/網址」項目直接填寫暱稱,感謝!