Forums

Join
bbPress Support ForumsInstallationneed help with Transparent background..

Info

need help with Transparent background..

  1. hello im posting again since no reply in my last post. the member profile and the front page is kinda transparent, not sure why.

    Could you please mod test my site "add topic" anything so you know what im talking about?

    forum = http://bit.ly/5HsU3v
    username = anonymous
    pass = 123456

    how to put white/grey backgound from the footer all the way to the nav bar? i also cant log out.
    thanks

  2. You're going to need to add an extra div in there, to wrap around everything in the middle that you don't want to have a transparency on (so you can make it white or grey.) Right now, there is no element you can apply that background to without affecting the header and the nav. So, you need to add a new div that starts right after the nav, and ends right after the footer, then you need to give that a background color or more opacity.

    You also have some weird inheritance going on with the CSS. There are at least four stylesheets loading. Hard to see right off the bat which one is messing with you.

    http://www.justinbieberzone.com/forums/bb-templates/kakumei/style.css
    http://www.justinbieberzone.com/wp-content/themes/MusicGlobe/css/screen.css
    http://www.justinbieberzone.com/wp-content/themes/MusicGlobe/css/print.css
    http://www.justinbieberzone.com/wp-content/themes/MusicGlobe/style.css

  3. You must log in to post.