Delete/Remove post title in blogger (in all the blog!)?

六眼飞鱼酱① 提交于 2019-12-23 04:02:59

问题


How to Delete/Remove post title in blogger (in all the blog! not just static pages only!)? i mean in regular posts also.

thanks


回答1:


Put in CSS [Go to Template, Customize, Advanced, Add CSS] or add this before ]]></b:skin> tag in Edit Template HTML, Expand Widget Templates:

.post-title.entry-title {
display: none;
}



回答2:


DISPLAY:NONE is not typically advised, because Google may seem it as "Suspicious" manner for hidden keyword optimization.

Better, too EDIT HTML (under template) and put this line in comments ( ):

      <!--  <h3 class='post-title ....</h3>  -->



回答3:


Customize the theme, using the theme editor available in the blog dashboard. Opt to customize the theme. Look for the advanced options. Give the 'post title' element a transparent colour and a 0px font.

Specifically:

Go to your blog dashboard. Select 'theme' from the list in the left pane, then 'customize' in the centre pain (pane? pain?). Then select 'Advanced' on the left. Select 'post title' from the list that appears in the main pane. Click on text-colour dropdown and select 'transparent.' And change the font to 0px as well. Click 'apply to blog'.



来源:https://stackoverflow.com/questions/13446056/delete-remove-post-title-in-blogger-in-all-the-blog

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!