zycroft (
zycroft) wrote in
getting_started2011-11-11 10:07 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Displaying Network/Tags/Memories
Is there a way to hide the links to the network/memories/tags pages on the top of my journal? They're features I love, but I don't want them displayed on my layout.
I'm using an imported layer/style in advanced customizations. It's for Flexible Squares and then I used the custom CSS option for most things (written by someone else for LJ). In the "Text" customization area, I only have options for recent entries, friend's page, profile, and archive. Anything I don't want to display, I just put in a space and that works, but I can't find anything for network, memories, or tags. Is there some CSS I can add to hide it? Or is it impossible to do because of the style I'm using or because it's something paid accounts can't opt out of?
I'm using an imported layer/style in advanced customizations. It's for Flexible Squares and then I used the custom CSS option for most things (written by someone else for LJ). In the "Text" customization area, I only have options for recent entries, friend's page, profile, and archive. Anything I don't want to display, I just put in a space and that works, but I can't find anything for network, memories, or tags. Is there some CSS I can add to hide it? Or is it impossible to do because of the style I'm using or because it's something paid accounts can't opt out of?
no subject
set text_view_network = " ";
set text_view_memories = " ";
set text_view_tags = " ";
There's probably a way to do it with CSS as well, but I'm not good with converted versions of Flexible Squares. Somebody else might be able to help you better. My suggested code needs to be in your layer, not in the custom CSS.
no subject
no subject
The other way is through custom CSS-you've already removed the text to the archive links, but you can simply hide them from display completely.
.navheader {display:none}
should work
no subject
no subject
Then I tried the CSS part and it worked, BUT I only want tags and memories gone from the nav bar and my website -which I already have in my sidebar-
I'm not very knowledgable in Css, so I don't know how to code that. Would you mind helping me out! I've gone crazy about this, for over a week!
no subject
I suspect the above layer code will have the same problem, it's for a Core2 layout, not an imported Core1 layout.
I would like it if someone with the coding skills made a CSS converter so people could swap Flexible Squares CSS over to a decent underlying layer instead, but it's completely beyond my ken.
So basically, Flexible Squares is less flexible than some other layouts...
no subject
BUT, Thank you so much for taking the time to answer my comment :)