Replies

Jun 4, 2017 8 years ago
Hylian
can't hang
User Avatar
Aelwyn

Not sure if this would be something I put in my custom site wide CSS on on the pets profile, but with my profile code I use column#3 but hide all of my pets stats and such. The problem is it still gives me the option to hide my pets weapons, and I know this is something that isn't shown to other people looking at my pets profile so it really doesn't matter too much but it's really annoying for me and I'd like to try and remove it. Here's an example screenshot I took so you know what I'm talking about. Click screenshot.

I want to remove the link "Enable/Disable weapons showing." If you go to her profile you will not see it, but it's quite annoying on my side and I would like to get rid of it.

Jun 4, 2017 8 years ago
Maskros
has a sweet tooth
User Avatar

You can try a {display:none;} It would remove the food eaten and books read count, though. Not sure if that'll bother you.

|
|

Jun 4, 2017 8 years ago
frederick
User Avatar

a, a, a {display: inline-block;} should bring back the food eaten, books read, and employment links if having them gone is a problem. It's silly, but I fussed over the exact same thing.

Jun 4, 2017 8 years ago
Hylian
can't hang
User Avatar
Aelwyn

But I'm using column_3 in my profile and don't want to hide it entirely. This is just a basic profile I can whip up for my pets without making one in photoshop until I'm ready.

I -want- them gone. :( I'm wondering if there is a # tag for removing the "Display weapons" link on my end. It does not show up when another user is viewing the page, only when I am viewing the page. Does that make sense?

Jun 4, 2017 8 years ago
frederick
User Avatar

Yes, I understand, but I don't think there's a tag for just hiding the weapons link. The code Maskros gave hides all the links in column_3, including the weapons toggle, not all its content.

What it looks like when I add it to one of my own pets. It removes the Display Weapons link from my own view.

Jun 4, 2017 8 years ago
Hylian
can't hang
User Avatar
Aelwyn

Oh, you are correct! I just assumed that was the code to hide all of column_3. Thanks so much. It did the trick! Thank you! Sorry I misunderstood the code you suggested.

Please log in to reply to this topic.