Because Boomerangs (
bcboomerangs) wrote in
style_system2017-04-12 11:34 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Navigation Links in Gold Leaf
I currently have Elegant Notebook for Gold Leaf - and I'm trying to get rid of the "Network" link in my navigation links. I currently have a gap there because I removed the text, but I don't like that open space.
Any help?
UPDATE: This has been fixed. Thank you all for your help!
Any help?
UPDATE: This has been fixed. Thank you all for your help!
no subject
.module-list-item + .module-list-item + .module-list-item + .module-list-item {
display: none;
}
.module-list-item + .module-list-item + .module-list-item + .module-list-item + .module-list-item {
display: inline;
}
no subject
.module-navlinks .module-list-item:nth-child(4) {display: none;}
should do the trick.