南 樹 ・ 「イッキ」 ([personal profile] crowing) wrote in [community profile] style_system2012-03-02 01:22 am

(no subject)

Okay, something tells me that this is a question that has probably been asked a hundred times, but I went through the community tags (the ones I thought relevant to the problem) and couldn't find an answer. I also tried google. So, let me try to swallow down my hesitance and just ask for a little help. :[

I'm using a layer to recreate the Flexible Squares layout from LiveJournal—entirely because I felt like I had my journal set up exactly as I wanted it so I just tried to recreate it over here—along with custom CSS over it.

DW has a slightly different header links than LJ, namely the freaking Network section. You know, I honestly have no idea why it's there or what it does.

Is there any way to remove the Network section (along with the tags and memories section) when you're using custom layers like this? Or is this really obvious and I couldn't figure it out?

Thank you for at least checking this post out! /o/♥
onyxlynx: The words "Onyx" and "Lynx" with x superimposed (Default)

[personal profile] onyxlynx 2012-03-02 06:42 am (UTC)(link)
"Network" is what used to be called "Friends of Friends" (or something like that) on Live Journal; I'm not sure what the term is now. Sort of the flist of your "Friends'" flists.

I believe this was tackled in the last month or so. Someone is sure to know!
marahmarie: (M In M Forever) (Default)

[personal profile] marahmarie 2012-03-03 05:02 am (UTC)(link)
It's called the FOAF feed (Friend of a Friend) on LJ. :)

[personal profile] ex_awakened208 2012-03-02 09:03 am (UTC)(link)
If this is for the account your posting in, try putting this in your custom css box:

.navheader li+li+li+li {
display: none; }

.navheader li+li+li+li+li+li+li {
display: block; }