i am customizing the default theme, Clean Sheet, and noticed that when i am logged out (as what most users will see), there is a full width translucent grey footer bar at the bottom of the page. i can't figure out how to get rid of this, but have noticed it is NOT on some custom theme'd posterous sites i have found.
how to get rid of it? there seems to be something called "posterous_footerbar" - but, i don't see that in the customizable code. help!
Page 1 of 1
remove "share it your way" posterous footer? how?
#2
Posted 09 June 2011 - 07:26 AM
If you're familiar with CSS, you can add this line into your CSS which will hide that footer bar from showing:
#posterous_footerbar {
display:none !important;
visibility:hidden !important;
}
#3
Posted 09 June 2011 - 04:19 PM
wow, that's simple enough! perfect! and, so logical i couldn't figure it out (i am clearly a css noob).
thanks for the super fast response!
br,
.paul
thanks for the super fast response!
br,
.paul
Share this topic:
Page 1 of 1

Help











