Help! Edit: Sidebar move?

Posted 6 years, 6 months ago (Edited 6 years, 6 months ago) by FidgeMimic

I feel like the mass of words that I've used up here don't make too much sense - but basically what I'm trying to find out is what line(s) of code can be added or taken away to add a background or border to, say the comments in this profile? I've been going through the coding to figure out what bit of coding changes that, but I can't seem to figure it out. Would anyone be familiar with what kind of options would be used to tweak this? Even something that's similar but not the same would help me out a whole bunch. (Bonus thank yous for anyone who can tell me what code I can add to change the color of the text ONLY in the comments)

EDIT: Figured I should just edit my old help post. I have one more question! Would anyone know which code would be used to edit the placement of the sidebar? I'm looking to move it to the top under the Navbar so they'll blend together. It might not look great for what I'm aiming for - but I wanted to try it out.

KnightOfSpring

Mhm, I know I did that once before but I'm not sure where the code went... I know I used .comment .comment-replies, .forum-post .comment-replies to make the outer border of the comments gone but putting a background there makes things look ugly. What I did in my case was just setting the background and border of the .card and .card-faded to the colors i wanted. The div classes for the comments itself are forum-post-body col-10 col-xl-11 or card forum-post-content tho.

KnightOfSpring

Well, you need to play around a bit for it to look all nice and stuff but as far as I know it's done with position: absolute

FidgeMimic

KnightOfSpring you are the absolute biggest help dude omg tysm you're a life saver

KnightOfSpring

No problem, I help whenever I can!