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/Themafter 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>
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/ThemI 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