Seeking help for altering code!

Posted 3 months, 3 days ago (Edited 5 days, 7 hours ago) by Canislunaticus

Okey so I bought this css/code a while back now, and I love it but something that irks me is that it doesn't show my designs, I'm not experienced with coding but usually I do find a way to alter a code to suit my taste but not this time, I've tried all kinds of changes to the code but it just doesn't show the design tab, does anyone know if there's a way to replace library with designs? :') When I mean tabs I mean on the front page you have the bulletin, characters etc tabs that take you to the different pages on my profile, but the coder who made the code decided designs weren't necessary but I'd very much like to have people view my designs rather than my poor writing... (before anyone ask, the coder is seemingly quite inactive, hence why I ask here instead of to them directly!)


EDIT:

I FIGURED IT OUT, I messaged someone else who had the same code and as they were trying to help me they mentioned possible spacing issue, and low and behold when I compared the code to the original code I saw that there were something off with the spacing. Only took a few months to half a year for me to figure that out T_T

Kolo

go into your css

ctrl+f ".sidebar-li-created"

where it says ".sidebar-li-created {display:none!important}", delete the entire thing

save, and designs should pop up

if you want to show designs but hide literatures, replace ".sidebar-li-created" with ".sidebar-li-literatures" instead of deleting that line

Canislunaticus

hmm I'll try that.. thank you Kolo! There was a portion of the code dedicated to the bars, or atleast I thought it was the bars.

Canislunaticus

Kolo okey soooo turns out there is no .sidebar-li-created in the css T_T

Kolo

are you using a css sheet you can't access? i can otherwise see the .sidebar-li-created in the devtools when i look at your page:

image.png

Canislunaticus

I go into CSS sheets -> edit CSS and there is a section there that seems to be for the sidebars but changing the ones I think are for library and design bars don't do anything.

Here's what that looks like. Idk if Im editing in the wrong place or what :') 


image.png?ex=66a441d3&is=66a2f053&hm=36f

Canislunaticus

Kolo forgot to tag for last response

Kolo

because it's a css sheet with variables i'm not going to be able to be much help (i was giving you raw css, while css sheets can't be edited easily by the end user from my understanding). the best thing you can do is try fiddling with each of those options ("literatures" might turn it off, rather than library) or contact the original coder/someone else who owns the code. 

i have no idea how this interacts with css sheets, but you can try going to this page and pasting this under "profile css":

.sidebar-li-created {display:inline-block!important} .sidebar-li-literatures {display:none!important}

Canislunaticus

Hmm okey, I'll try, thanks anyways for helping me regardless! Kolo

If your tips don't work Ill see if I can get some contact with the CSS creator or maybe someone else who actively use their CSS and might have more experience editing the CSS. ^^!