Pages

怎麼隱藏模板中的 copyright 後面的字



常常我們用了模板,但是會有個煩人的 copyright 在那邊,顯得非常突兀,而這個時候,你又是個小窮逼,不願花個 1000 ~ 2000 大洋去購買正版,這個時候該怎麼辦呢?


這邊提供一個方法:


首先:

在你的程式碼中搜尋 "copyright"





你會發現你怎麼 刪除 TemplateYard 他還是不會不見,這是因為他在整個模板藏有 credit 的原因,除非你把所有 credit 刪掉,不然他就不會不見,就我的經驗來說,刪 credit 有時候還會連帶動到版型,所以還有甚麼辦法呢??

就是把它的 CSS 隱形阿~~ ,雖然它還是在,不過你本來的目的不就是不想看到嗎?

誠實來說吧,隱形後,跟刪除的效果一樣


    <div class='copyright-area'>Crafted with <i aria-hidden='true' class='fa fa-heart' style='color: red;margin:0 2px;'/> by
<a href='http://www.templatesyard.com/' id='mycontent' rel='dofollow' title='Free Blogger Templates'>TemplatesYard</a> | Distributed by
<a href='https://gooyaabitemplates.com/' rel='dofollow' style='color:#0be6af;' target='_blank'>Blogger</a>
    </div>



在 herf 後面動手腳,在 style 中加  "visability:hidden"



    <div class='copyright-area'>Crafted with <i aria-hidden='true' class='fa fa-heart' style='color: red;margin:0 2px;'/> by
<a href='http://www.templatesyard.com/' id='mycontent' rel='dofollow' title='Free Blogger Templates'>TemplatesYard</a> | Distributed by
<a href='https://gooyaabitemplates.com/' rel='dofollow' style="visability: hidden" 'color:#0be6af;' target='_blank'>Blogger</a>
    </div>



測試一下,是不是很有用呢?





KAIDLOG

ずっと、俺が捨てられた人 

沒有留言:

張貼留言