Replies

Mar 14, 2016 10 years ago
Nobody tosses
Yorick
User Avatar
Puffy

I knew at one point a line of code that got rid of it, but it also got rid of the job title. I don't even remember that line of code D: Does anyone have a way to get rid of the "Enable Weapons Showing" thing alone? Sorry if this has already been resolved a hundred times, it's dreadfully hard to find specific answers when every thread title gets edited to "Fixed! Lock please!" Thanks for your time!

They/Them

Mar 15, 2016 10 years ago
Kevin
is all-powerful
User Avatar
Wuf

after messing around with this awhile and realizing how bad I am at css and not understanding why I couldn't select what I wanted (I think the page is kinda broken?) I found something that works. is it pretty? no. does it work? yes.

<style> a{ display: none;} li a{ display: inline;} </style>

Mar 15, 2016 10 years ago
Nobody tosses
Yorick
User Avatar
Puffy

IT'S ALIVEEEEE! ;U; BAh, pretty. Screw pretty, effective is always better XDD Thank you so much for that bit of coding. I kept crashing into a mental wall on it >n< So yes, thank you thank you thank you!!! :3

They/Them

Mar 15, 2016 10 years ago
Kevin
is all-powerful
User Avatar
Wuf

I couldn't get the anchor selected the way I'd normally do it cuz I don't think it's escaping " and ' correctly, so that's the workaround I came up with. I don't normally do much with css but this seemed like something I could figure out :) no problem

Mar 15, 2016 10 years ago
Nobody tosses
Yorick
User Avatar
Puffy

For someone who doesn't usually do much with CSS you certainly came up with a handy workaround ^-^ It let me finish one of my pets! Stay awesome!

They/Them

Please log in to reply to this topic.