displaying a div only on tumblr blog homepage?

前端 未结 9 1962
陌清茗
陌清茗 2020-12-24 11:17

I have a fairly novice understanding of CSS and HTML, and I\'m trying to do something that I think should be relatively simple (in a custom tumblr theme I\'m creating), but

9条回答
  •  情深已故
    2020-12-24 11:56

    display:none will hide it but thats, a hidden element can still mess with your layout.

    We could use the comment code* to turn the div into a comment that wont mess with anything.

    *
    

    ex.

    {block:IndexPage}
    {block:SearchPage}{/block:SearchPage}
    {block:TagPage}-->{/block:TagPage}
    {/block:IndexPage}
    

提交回复
热议问题