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
You can also do it just with CSS.
#box{ display:none; } .page1 #box{ display:block; }
Only displayed in first page.