View topic - More help?

Okay, I'm making a profile for a friend, but I can't seem to get the colored bar off the bottom of the footer: can anyone help me out with the code?

Okay, now I can't get rid of the 'Buddy List' and 'Wishlist' headings! And help for that?
(Here)
Post by Peanuts » Fri Feb 10, 2012 6:01 am


Last edited by Peanuts on Sat Feb 11, 2012 2:52 am; edited 1 time in total







html {background: none;} will get rid of it. ouo
<u < It's cause of the new site layout.





Post by Alexia » Fri Feb 10, 2012 3:32 pm

No, it's still there :( On the old layout, at least.
Post by Peanuts » Fri Feb 10, 2012 8:31 pm


Haha, you have a slightly different problem, you never set a color for the body background so as a default it remains white.

Just add this to your CSS somewhere:
Code:body {background-color: #000000;}
Post by Radxen » Fri Feb 10, 2012 10:18 pm





Yeah, after examining your code, what Radxen said should fix it. oxo
<x < I just assumed it was the html without looking.





Post by Alexia » Sat Feb 11, 2012 12:03 am

Okay, thank you! That helps so much.
Post by Peanuts » Sat Feb 11, 2012 1:39 am


You could set the font color for your h3s to #000 to make the buddy list one look like it's not there, and then define a color for the #comment_wrap and #lft h3s. There's not really a way to use the "display: none" code for only the buddy list as it is outside of the actual buddy list element. (With the others it would have worked, but the buddy list is the one loner that can't be removed without removing the others.)
Post by Sam » Sat Feb 11, 2012 4:29 pm
But will that work with the wishlist too? Cause that's still there as well.
Post by Peanuts » Sat Feb 11, 2012 9:09 pm


Yeah, it should work for the wishlist header too.
Post by Sam » Sat Feb 11, 2012 10:58 pm
I must be doing something wrong since it's not working for me yet.
Post by Peanuts » Sun Feb 12, 2012 4:07 am


You would have to add !important to the end of the colors you didn't want hidden though color.

Although I would rather go with the nth-child pseudo selector and not deal with changing the colors, and hope that they don't plan on adding or removing any child elements from the wrp div.

If you wanted to try it I would remove the color stuff and add:
Code:h3:nth-child(6), h3:nth-child(9) {display: none !important;}


It doesn't work in version prior to IE9 but version 9 of IE and all other major browsers support it very nicely. boy

@Alexia: I would have totally guessed it was the html tag too if she hadn't said that wasn't working lol
Post by Radxen » Sun Feb 12, 2012 12:57 pm
11 Posts • Page 1 of 1

 
Users browsing this topic: and 1 guests