Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS showing a Div in the home page only ? Re: showing a Div in the home page only ?

#138775

i finally found the answer while searching :

#box{
display:none;
}

.page1 #box{
display:block;
}

Only displayed in first page.

{CurrentPage} is a tumblr variable that’s hold the page number

thank all of you guys for helping me :)