Posterize.us: remove "share it your way" posterous footer? how? - Posterize.us

Jump to content

Tips

When posting, be sure to include any extra info that will be helpful in diagnosing your issue. (Include link to your Posterous blog, along with any code snippets, etc.)

Also, be sure to check the official theming reference first if you're having trouble: http://posterous.com/theming/reference
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

remove "share it your way" posterous footer? how?

#1 User is offline   PO-COM 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 08-June 11
  • Posterous URL:http://po-com.posterous.com

Posted 08 June 2011 - 09:15 PM

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!
0

#2 User is offline   Cory Watilo 

  • Advanced Member
  • Group: Administrators
  • Posts: 272
  • Joined: 30-September 09
  • LocationOrange County, CA
  • Posterous URL:http://watilo.com

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;
}

Cory Watilo
My Posterous: http://watilo.com
Twitter: http://twitter.com/corywatilo
1

#3 User is offline   PO-COM 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 08-June 11
  • Posterous URL:http://po-com.posterous.com

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
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users